Skip to content

Commit e773cd4

Browse files
committed
Try explicitly installing and using sphinx-rtd-theme (niklasf#1044)
1 parent ef5020f commit e773cd4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949

5050
# The theme to use for HTML and HTML Help pages. See the documentation for
5151
# a list of built-in themes.
52-
html_theme = "default"
52+
html_theme = "sphinx_rtd_theme"

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Sphinx==6.1.2
22
sphinxcontrib-jquery==4.1
3+
sphinx-rtd-theme==1.3.0

0 commit comments

Comments
 (0)