Skip to content

Commit 10dc9d4

Browse files
committed
doc fix 2
1 parent 10df5d8 commit 10dc9d4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def setup(app):
146146
#html_theme_options = {}
147147

148148
# Add any paths that contain custom themes here, relative to this directory.
149-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
149+
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
150150

151151
# The name for this set of Sphinx documents. If None, it defaults to
152152
# "<project> v<release> documentation".
@@ -239,3 +239,8 @@ def setup(app):
239239

240240
# If false, no module index is generated.
241241
#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

Comments
 (0)