Skip to content

Commit a93a617

Browse files
authored
Merge pull request #22 from VirtualPlanetaryLaboratory/test-infrastructure-restoration
Fix Sphinx theme loading by removing invalid import
2 parents 337c786 + d265b6f commit a93a617

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
import sys
1515

1616
sys.path.insert(0, os.path.abspath("."))
17-
sys.path.insert(0, os.path.abspath("sphinx_rtd_theme"))
18-
import sphinx_rtd_theme
1917

2018
# -- Project information -----------------------------------------------------
2119

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

0 commit comments

Comments
 (0)