Skip to content

Commit

Permalink
setup.py: exclude Sphinx v3.4.2 which breaks docs
Browse files Browse the repository at this point in the history
* The Read the Docs build with Sphinx v3.4.2 fails.
* See sphinx-doc/sphinx#8655 (already closed).
  • Loading branch information
GraemeWatt committed Jan 6, 2021
1 parent 98c9c20 commit fd29084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
extras_require = {
'all': [],
'docs': [
'Sphinx>=1.8.5',
'Sphinx>=1.8.5,!=3.4.2',
'sphinx-click>=2.1.0',
],
'tests': tests_require,
Expand Down

0 comments on commit fd29084

Please sign in to comment.