Skip to content

Commit aeca5db

Browse files
committed
Update doc
1 parent 6a5feeb commit aeca5db

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/conf.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,7 @@
7474
pygments_style = "sphinx"
7575

7676
# -- Options for HTML output ----------------------------------------------
77-
78-
if not on_rtd: # only import and set the theme if we're building docs locally
79-
import sphinx_rtd_theme
80-
81-
html_theme = "sphinx_rtd_theme"
82-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
83-
else:
84-
html_theme = "default"
77+
html_theme = "sphinx_rtd_theme"
8578

8679
# Output file base name for HTML help builder.
8780
htmlhelp_basename = "pyfrcdoc"

0 commit comments

Comments
 (0)