Skip to content

Commit a1a1a89

Browse files
committed
Bump domdf_sphinx_theme version.
1 parent bdd0d2b commit a1a1a89

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autodocsumm>=0.2.0
22
default-values>=0.2.0
3-
domdf-sphinx-theme>=0.1.0
3+
domdf-sphinx-theme>=0.3.0
44
extras-require>=0.2.0
55
seed-intersphinx-mapping>=0.1.1
66
sphinx>=3.0.3

repo_helper/files/docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(self, repo_path: PathLike, templates: jinja2.Environment):
115115
theme_versions = {
116116
"alabaster": ">=0.7.12",
117117
"sphinx-rtd-theme": "<0.5",
118-
"domdf-sphinx-theme": ">=0.1.0",
118+
"domdf-sphinx-theme": ">=0.3.0",
119119
"repo-helper-sphinx_theme": ">=0.0.2",
120120
"furo": ">=2020.11.19b18",
121121
}

tests/test_requirements_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_read_requirements(tmp_pathplus, file_regression: FileRegressionFixture)
3030
(tmp_pathplus / "requirements.txt").write_lines([
3131
"autodocsumm>=0.2.0",
3232
"default-values>=0.2.0",
33-
"domdf-sphinx-theme>=0.1.0",
33+
"domdf-sphinx-theme>=0.3.0",
3434
"extras-require>=0.2.0",
3535
"repo-helper-sphinx-theme>=0.0.2",
3636
"seed-intersphinx-mapping>=0.1.1",

tests/test_requirements_tools_/test_read_requirements._txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autodocsumm>=0.2.0
22
default-values>=0.2.0
3-
domdf-sphinx-theme>=0.1.0
3+
domdf-sphinx-theme>=0.3.0
44
extras-require>=0.2.0
55
repo-helper-sphinx-theme>=0.0.2
66
seed-intersphinx-mapping>=0.1.1

0 commit comments

Comments
 (0)