We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10df5d8 commit 10dc9d4Copy full SHA for 10dc9d4
docs/conf.py
@@ -146,7 +146,7 @@ def setup(app):
146
#html_theme_options = {}
147
148
# Add any paths that contain custom themes here, relative to this directory.
149
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
150
151
# The name for this set of Sphinx documents. If None, it defaults to
152
# "<project> v<release> documentation".
@@ -239,3 +239,8 @@ def setup(app):
239
240
# If false, no module index is generated.
241
#latex_use_modindex = True
242
+
243
+suppress_warnings = [
244
+ 'toc.not_readable', # Suppress warnings about excluded toctree entries
245
+ 'app.add_directive',
246
+]
0 commit comments