Skip to content

Commit e587837

Browse files
authored
Use rc1 rtd sphinx theme (pyca#11522)
1 parent 2fbaffc commit e587837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-constraints-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ sphinx==7.4.7
120120
# sphinxcontrib-qthelp
121121
# sphinxcontrib-serializinghtml
122122
# sphinxcontrib-spelling
123-
sphinx-rtd-theme==2.0.0
123+
sphinx-rtd-theme==3.0.0rc1
124124
# via cryptography (pyproject.toml)
125125
sphinxcontrib-applehelp==2.0.0
126126
# via sphinx

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test = [
7474
"certifi",
7575
]
7676
test-randomorder = ["pytest-randomly"]
77-
docs = ["sphinx >=5.3.0", "sphinx-rtd-theme >=1.1.1"]
77+
docs = ["sphinx >=5.3.0", "sphinx-rtd-theme >=3.0.0rc1"]
7878
docstest = ["pyenchant >=1.6.11", "readme-renderer", "sphinxcontrib-spelling >=4.0.1"]
7979
sdist = ["build"]
8080
# `click` included because its needed to type check `release.py`

0 commit comments

Comments
 (0)