Skip to content

Commit

Permalink
Set minimum version of Sphinx
Browse files Browse the repository at this point in the history
The documentation fails to build because the Sphinx package that we are
getting from defaults has incorrectly specified dependencies. See

sphinx-doc/sphinx#9216

Instead pull a newer version, from conda forge that has this fixed.
  • Loading branch information
Zaharid committed Jun 4, 2021
1 parent 2d49938 commit 9cf9a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements:
- requests
- prompt_toolkit
- validobj
- sphinx # documentation
- sphinx >=4.0.2 # documentation. Needs pinning becasue https://github.com/sphinx-doc/sphinx/issues/9216
- recommonmark
- sphinx_rtd_theme >0.5
- sphinxcontrib-bibtex
Expand Down

0 comments on commit 9cf9a3f

Please sign in to comment.