-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Sphinx version on Conda #2714
Comments
|
Finally, the issue with sphinx in conda-forge was fixed conda/conda-build#1845, although the Windows version is still with an issue, conda-forge/sphinx-feedstock#16 but I think it doesn't affect us. A simple name: sphinx-test
channels:
- conda-forge
- default
dependencies:
- python=3.6
- sphinx=1.5.3
- sphinx_rtd_theme=0.2.4 |
Closing this one since dependencies for conda are not pinned anymore after 4c796871 got merged. |
@humitos I'm running into an issue on readthedocs as I need a specific version of sphinx but the subsequent conda install |
@wkerzendorf maybe you want to check #3829 |
thanks |
Blocked on #2713 -- we should upgrade our conda version of
sphinx_rtd_theme
andsphinx
to match our virtualenv versions.The text was updated successfully, but these errors were encountered: