Skip to content

Commit

Permalink
docs: remove not required packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ederjc committed Sep 16, 2024
1 parent 6d22057 commit 6606a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
29 changes: 0 additions & 29 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,35 +75,6 @@

suppress_warnings = ['autosectionlabel.*', 'epub.duplicated_toc_entry']

# Setup the exhale extension
# exhale_args = {
# # These arguments are required
# "containmentFolder": "./exhale-auto-docs",
# "rootFileName": "api_list.rst",
# "rootFileTitle": "API List",
# "doxygenStripFromPath": "..",
# # Suggested optional arguments
# "createTreeView": True,
# # TIP: if using the sphinx-bootstrap-theme, you need
# # "treeViewIsBootstrap": True,
# "exhaleExecutesDoxygen": True,
# # "exhaleUseDoxyfile" : True,
# "exhaleDoxygenStdin": textwrap.dedent('''
# INPUT = ../src
# GENERATE_LATEX = NO
# GENERATE_HTML = YES
# GENERATE_XML = YES
# RECURSIVE = YES
# VERBATIM_HEADERS = NO
# EXCLUDE = ./../src/framework/raspberrypi/examples ./../src/framework/raspberrypi/examples_py ./../src/framework/arduino/examples ./../src/framework/arduino/README.md
# '''),

# # Configure what not to show in the API index page
# "unabridgedOrphanKinds": {"function", "define", "dir","file", "variable", "namespace"},
# "fullToctreeMaxDepth" : 4

# }

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
9 changes: 3 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
sphinx>=7.2.6
sphinx-rtd-theme>=0.5.0
sphinx-sitemap>=2.2.0
recommonmark>=0.6.0
sphinxemoji>=0.1.8
sphinx-tabs
breathe>=4.13.0
exhale
sphinxemoji
sphinx-rtd-theme
recommonmark>=0.6.0

0 comments on commit 6606a54

Please sign in to comment.