Skip to content

Commit 73142e9

Browse files
committed
update docs
1 parent 769fa63 commit 73142e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
# sys.path.insert(0, os.path.abspath('.'))
2323

2424

25+
import sphinx_rtd_theme
26+
27+
html_theme = "sphinx_rtd_theme"
28+
29+
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
30+
2531
# -- General configuration ------------------------------------------------
2632

2733
# If your documentation needs a minimal Sphinx version, state it here.

0 commit comments

Comments
 (0)