Skip to content

Commit 6aeabe1

Browse files
committed
Merge branch 'main' into fix-documentation
2 parents da9c51c + d54aec2 commit 6aeabe1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx
2-
sphinx-rtd-theme
2+
sphinx-rtd-theme>=3.0
33
sphinx-copybutton

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dynamic = ["version"]
1818
dependencies = [
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]

python-project-template/{% if include_docs %}docs{% endif %}/requirements.txt.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ nbsphinx
88
sphinx
99
sphinx-autoapi
1010
sphinx-copybutton
11-
sphinx-rtd-theme
11+
sphinx-rtd-theme>=3.0

0 commit comments

Comments
 (0)