Skip to content

Commit b5d40e6

Browse files
committed
Bump sphinx-toolbox version.
1 parent 657cd44 commit b5d40e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

repo_helper/files/docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def compile_target_requirements(self) -> None:
136136
"seed-intersphinx-mapping": ">=0.1.1",
137137
"default-values": ">=0.2.0",
138138
"toctree-plus": ">=0.0.4",
139-
"sphinx-toolbox": ">=1.7.3",
139+
"sphinx-toolbox": ">=1.7.5",
140140
}
141141

142142
for name, specifier in my_sphinx_extensions.items():

tests/test_files/test_docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_ensure_doc_requirements(tmp_pathplus, demo_environment):
107107
"sphinx-notfound-page>=0.5",
108108
"sphinx-prompt>=1.1.0",
109109
"sphinx-tabs>=1.1.13",
110-
"sphinx-toolbox>=1.7.3",
110+
"sphinx-toolbox>=1.7.5",
111111
"sphinxcontrib-httpdomain>=1.7.0",
112112
"sphinxemoji>=0.1.6",
113113
"toctree-plus>=0.0.4",
@@ -132,7 +132,7 @@ def test_ensure_doc_requirements(tmp_pathplus, demo_environment):
132132
"sphinx-notfound-page>=0.5",
133133
"sphinx-prompt>=1.1.0",
134134
"sphinx-tabs>=1.1.13",
135-
"sphinx-toolbox>=1.7.3",
135+
"sphinx-toolbox>=1.7.5",
136136
"sphinxcontrib-httpdomain>=1.7.0",
137137
"sphinxemoji>=0.1.6",
138138
"toctree-plus>=0.0.4",

0 commit comments

Comments
 (0)