From ac2e205ae9f465c27297ea542c72e8cfe4966f8c Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 19:16:34 +0100 Subject: remove tinyusb directory --- tinyusb/docs/conf.py | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100755 tinyusb/docs/conf.py (limited to 'tinyusb/docs/conf.py') diff --git a/tinyusb/docs/conf.py b/tinyusb/docs/conf.py deleted file mode 100755 index c7a17478..00000000 --- a/tinyusb/docs/conf.py +++ /dev/null @@ -1,42 +0,0 @@ -# Configuration file for the Sphinx documentation builder. -# -# This file only contains a selection of the most common options. For a full -# list see the documentation: -# https://www.sphinx-doc.org/en/master/usage/configuration.html - -# -- Path setup -------------------------------------------------------------- - - -# -- Project information ----------------------------------------------------- - -project = 'TinyUSB' -copyright = '2021, Ha Thach' -author = 'Ha Thach' - - -# -- General configuration --------------------------------------------------- - -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.intersphinx', - 'sphinx.ext.todo', - 'sphinx_autodoc_typehints', - 'sphinxemoji.sphinxemoji', -] - -templates_path = ['_templates'] - -exclude_patterns = ['_build'] - - -# -- Options for HTML output ------------------------------------------------- - -html_theme = 'furo' -html_title = 'TinyUSB' -html_logo = 'assets/logo.svg' -html_favicon = 'assets/logo.svg' -html_theme_options = { - 'sidebar_hide_name': True, -} - -todo_include_todos = True -- cgit v1.2.3 From 54d1981df652d731dfcf3ad05a50a83a90d1a8af Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 19:35:29 +0100 Subject: add tinyusb as a git submodule --- tinyusb | 1 + 1 file changed, 1 insertion(+) create mode 160000 tinyusb (limited to 'tinyusb/docs/conf.py') diff --git a/tinyusb b/tinyusb new file mode 160000 index 00000000..f8288be0 --- /dev/null +++ b/tinyusb @@ -0,0 +1 @@ +Subproject commit f8288be03f28ad7b944e6925f49422dfa39202c5 -- cgit v1.2.3