Skip to content
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

Closed
ericholscher opened this issue Mar 9, 2017 · 6 comments
Closed

Upgrade Sphinx version on Conda #2714

ericholscher opened this issue Mar 9, 2017 · 6 comments
Labels
Improvement Minor improvement to code

Comments

@ericholscher
Copy link
Member

Blocked on #2713 -- we should upgrade our conda version of sphinx_rtd_theme and sphinx to match our virtualenv versions.

@ericholscher ericholscher added the Status: blocked Issue is blocked on another issue label Mar 9, 2017
@humitos
Copy link
Member

humitos commented Mar 10, 2017

sphinx_rtd_theme was already updated in conda forge at conda-forge/sphinx_rtd_theme-feedstock#6

sphinx is still blocked because of windows version at conda-forge/sphinx-feedstock#10

@humitos
Copy link
Member

humitos commented Mar 16, 2017

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 environment.yml example working:

name: sphinx-test

channels:
  - conda-forge
  - default

dependencies:
  - python=3.6
  - sphinx=1.5.3
  - sphinx_rtd_theme=0.2.4

@humitos humitos added Improvement Minor improvement to code Status: blocked Issue is blocked on another issue and removed Status: blocked Issue is blocked on another issue labels Mar 16, 2017
meatballs added a commit to PyconUK/ConferenceScheduler that referenced this issue May 14, 2017
molpopgen added a commit to molpopgen/fwdpy11 that referenced this issue Jun 20, 2017
@humitos
Copy link
Member

humitos commented Dec 28, 2017

Closing this one since dependencies for conda are not pinned anymore after 4c796871 got merged.

@wkerzendorf
Copy link

@humitos I'm running into an issue on readthedocs as I need a specific version of sphinx but the subsequent conda install mock pillow sphinx sphinx_rtd_theme upgrades the sphinx that I require in my environment yaml file. How do I fix the version of sphinx

@stsewd
Copy link
Member

stsewd commented May 17, 2018

@wkerzendorf maybe you want to check #3829

@wkerzendorf
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code
Projects
None yet
Development

No branches or pull requests

4 participants