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

Commit

Permalink
setup: Update docs requirements (#154)
Browse files Browse the repository at this point in the history
Backported-From: 20.09
Backported-To: master
  • Loading branch information
achimnol committed Jan 20, 2021
1 parent c98936c commit b9ebd78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/154.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the package requirements for documentation builds
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
# 'pytest-sugar>=0.9.1',
]
docs_requires = [
'sphinx~=2.4',
'Sphinx~=3.4.3',
'sphinx-intl>=2.0',
'sphinx_rtd_theme>=0.4.3',
'sphinxcontrib-trio~=1.1.0',
'sphinx-autodoc-typehints~=1.8.0',
'pygments~=2.5',
'sphinxcontrib-trio>=1.1.0',
'sphinx-autodoc-typehints~=1.11.1',
'pygments~=2.7.4',
]


Expand Down

0 comments on commit b9ebd78

Please sign in to comment.