Skip to content

Commit 22895f9

Browse files
authored
Merge pull request #24 from VirtualPlanetaryLaboratory/test-infrastructure-restoration
Restore sphinx_rtd_theme import to match BigPlanet/vspace config
2 parents f5db003 + a9f3208 commit 22895f9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
13+
import sphinx_rtd_theme
1314
import os
1415
import sys
15-
16-
sys.path.insert(0, os.path.abspath("."))
16+
sys.path.insert(0, os.path.abspath('.'))
17+
sys.path.insert(0, os.path.abspath('sphinx_rtd_theme'))
1718

1819
# -- Project information -----------------------------------------------------
1920

0 commit comments

Comments
 (0)