Skip to content

Commit cff0456

Browse files
committed
Update theme
1 parent 8d7e736 commit cff0456

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.readthedocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ sphinx:
1010
fail_on_warning: false
1111

1212
python:
13-
install:
14-
- method: pip
15-
path: .
13+
install:
14+
- method: pip
15+
path: .
16+
extra_requirements:
17+
- docs

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
# The theme to use for HTML and HTML Help pages. See the documentation for
101101
# a list of builtin themes.
102-
html_theme = "default"
102+
html_theme = "sphinx_rtd_theme"
103103

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ dev = [
5656
"pyvisa-sim",
5757
"six",
5858
]
59+
docs = [
60+
"sphinx~=8",
61+
"sphinx_rtd_theme"
62+
]
5963

6064
[tool.setuptools]
6165
include-package-data = true

0 commit comments

Comments
 (0)