8000 Update Sphinx after new version has been released · graphql-python/graphql-core@c4e872d · GitHub
[go: up one dir, main page]

Skip to content

Commit c4e872d

Browse files
committed
Update Sphinx after new version has been released
Sphinx 5.2.1 has been released and works with sphinx_rtd_theme again.
1 parent 1d8513a commit c4e872d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=5.1,<5.2
1+
sphinx>=5.2.1,<6
22
sphinx_rtd_theme>=1,<2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands =
4444
[testenv:docs]
4545
basepython = python3.9
4646
deps =
47-
sphinx>=5.1,<5.2
47+
sphinx>=5.2.1,<6
4848
sphinx_rtd_theme>=1,<2
4949
commands =
5050
sphinx-build -b html -nEW docs docs/_build/html

0 commit comments

Comments
 (0)
0