Skip to content

Commit c4b765d

Browse files
authored
Drop no longer neccessary restriction. (#69)
1 parent 242abbf commit c4b765d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- "Removed ``sphinx`` restriction in ``requirements.txt`` file created by ``antsibull-docs sphinx-init`` since the bug in ``sphinx-rtd-theme`` has been fixed (https://github.com/ansible-community/antsibull-docs/pull/68)."

src/antsibull_docs/data/sphinx_init/requirements_txt.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
antsibull-docs >= 1.0.0, < 2.0.0
66
ansible-pygments
7-
sphinx != 5.2.0.post0 # The != 5.2.0.post0 restriction is thanks due to a bug in the sphinx-rtd-theme. Once this is fixed, this restriction can be removed.
7+
sphinx
88
@{ sphinx_theme_package }@

0 commit comments

Comments
 (0)