Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit b9ebd78

Browse files
committed
setup: Update docs requirements (#154)
Backported-From: 20.09 Backported-To: master
1 parent c98936c commit b9ebd78

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changes/154.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the package requirements for documentation builds

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
# 'pytest-sugar>=0.9.1',
5050
]
5151
docs_requires = [
52-
'sphinx~=2.4',
52+
'Sphinx~=3.4.3',
5353
'sphinx-intl>=2.0',
5454
'sphinx_rtd_theme>=0.4.3',
55-
'sphinxcontrib-trio~=1.1.0',
56-
'sphinx-autodoc-typehints~=1.8.0',
57-
'pygments~=2.5',
55+
'sphinxcontrib-trio>=1.1.0',
56+
'sphinx-autodoc-typehints~=1.11.1',
57+
'pygments~=2.7.4',
5858
]
5959

6060

0 commit comments

Comments
 (0)