File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ sphinx:
1010 fail_on_warning : false
1111
1212python :
13- install :
14- - method : pip
15- path : .
13+ install :
14+ - method : pip
15+ path : .
16+ extra_requirements :
17+ - docs
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ]
6165include-package-data = true
You can’t perform that action at this time.
0 commit comments