Skip to content

Commit cbe3ead

Browse files
authored
Merge pull request #30 from VirtualPlanetaryLaboratory/comprehensive-testing
Fix Sphinx RTD theme configuration for Sphinx 7.2.6
2 parents 99036a8 + 73365fb commit cbe3ead

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +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
1516
sys.path.insert(0, os.path.abspath('.'))
17+
sys.path.insert(0, os.path.abspath('sphinx_rtd_theme'))
1618

1719

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

0 commit comments

Comments
 (0)