Skip to content

Commit 675f8d8

Browse files
committed
doc fix 3
1 parent 10dc9d4 commit 675f8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from sphinx.ext import autodoc
1919

2020
# Bring in the new ReadTheDocs sphinx theme
21-
import sphinx_rtd_theme
21+
#import sphinx_rtd_theme
2222

2323
# If extensions (or modules to document with autodoc) are in another directory,
2424
# add these directories to sys.path here. If the directory is relative to the
@@ -243,4 +243,4 @@ def setup(app):
243243
suppress_warnings = [
244244
'toc.not_readable', # Suppress warnings about excluded toctree entries
245245
'app.add_directive',
246-
]
246+
]

0 commit comments

Comments
 (0)