Skip to content

Commit

Permalink
fix: Explicitly avoid Sphinx v3.1.0 in 'docs' extra (#895)
Browse files Browse the repository at this point in the history
* Disallow Sphinx v3.1.0 in 'docs' extra
   - c.f. sphinx-doc/sphinx#7812
  • Loading branch information
matthewfeickert committed Jun 10, 2020
1 parent c29fef9 commit 94b87a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
extras_require['docs'] = sorted(
set(
[
'sphinx',
'sphinx!=3.1.0',
'sphinxcontrib-bibtex',
'sphinx-click',
'sphinx_rtd_theme',
Expand Down

0 comments on commit 94b87a8

Please sign in to comment.