File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
python-project-template/{% if include_docs %}docs{% endif %} Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11sphinx
2- sphinx-rtd-theme
2+ sphinx-rtd-theme >= 3.0
33sphinx-copybutton
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dynamic = ["version"]
1818dependencies = [
1919 " setuptools_scm" ,
2020 " sphinx" , # Used to automatically generate documentation
21- " sphinx-rtd-theme" , # Used to render documentation
21+ " sphinx-rtd-theme>=3.0 " , # Used to render documentation
2222 " sphinx-copybutton" ,
2323 " pyyaml-include<3.0" ,
2424]
@@ -45,7 +45,7 @@ dev = [
4545 " sphinx" ,
4646 " sphinx-autoapi" ,
4747 " sphinx-copybutton" ,
48- " sphinx-rtd-theme" ,
48+ " sphinx-rtd-theme>=3.0 " ,
4949]
5050
5151[build-system ]
Original file line number Diff line number Diff line change 88sphinx
99sphinx-autoapi
1010sphinx-copybutton
11- sphinx-rtd-theme
11+ sphinx-rtd-theme>=3.0
You can’t perform that action at this time.
0 commit comments