Skip to content

Commit 768824a

Browse files
committed
add html_theme
1 parent 98a8a55 commit 768824a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
python:
99
install:
1010
- method: pip
11-
path: .
11+
path: docs/requirements.txt
1212

1313
sphinx:
1414
configuration: docs/conf.py

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
# The theme to use for HTML and HTML Help pages. See the documentation for
9090
# a list of builtin themes.
9191
#
92-
# html_theme = "sphinx_rtd_theme"
92+
html_theme = "sphinx_rtd_theme"
9393

9494
# Theme options are theme-specific and customize the look and feel of a theme
9595
# further. For a list of options available for each theme, see the

docs/requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)