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 10dc9d4 commit 675f8d8Copy full SHA for 675f8d8
docs/conf.py
@@ -18,7 +18,7 @@
18
from sphinx.ext import autodoc
19
20
# Bring in the new ReadTheDocs sphinx theme
21
-import sphinx_rtd_theme
+#import sphinx_rtd_theme
22
23
# If extensions (or modules to document with autodoc) are in another directory,
24
# add these directories to sys.path here. If the directory is relative to the
@@ -243,4 +243,4 @@ def setup(app):
243
suppress_warnings = [
244
'toc.not_readable', # Suppress warnings about excluded toctree entries
245
'app.add_directive',
246
-]
+]
0 commit comments