Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import sys

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("sphinx_rtd_theme"))
import sphinx_rtd_theme

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -50,6 +48,7 @@
# a list of builtin themes.
#
html_theme = "sphinx_rtd_theme"
html_theme_path = ["."]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
Loading