Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a8bcc7

Browse files
authored
readd sphinxrtd theme (#14149)
2 parents 3cfc0b4 + 721b5a5 commit 8a8bcc7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"__name__": "__main__",
3737
},
3838
)
39-
else:
40-
import sphinx_rtd_theme
41-
html_theme = "sphinx_rtd_theme"
42-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
39+
import sphinx_rtd_theme
40+
41+
html_theme = "sphinx_rtd_theme"
42+
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
4343

4444
# Allow Python scripts to change behaviour during sphinx run
4545
os.environ["IN_SPHINX_RUN"] = "True"

0 commit comments

Comments
 (0)