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

Using conda ends up with sphinx 2.0.1 and cannot update doxygen version #5669

Closed
allanleal opened this issue May 7, 2019 · 1 comment
Closed

Comments

@allanleal
Copy link

Details

Expected Result

Using conda with environment.yml in which sphinx==1.8.5 and doxygen==1.8.14 are specified as dependencies:

channels:
  - conda-forge

dependencies:
- cmake>=3.13
- doxygen==1.8.14
- pip:
  - sphinx==1.8.5
  - sphinx_rtd_theme
  - sphinxcontrib-images

should actually force sphinx 1.8.5, but 2.0.1 gets installed.

Doxygen version is not an up to date one in readthedocs server. So, doxygen build produces incorrect HTML files.

Actual Result

Force sphinx to be given version.
Allow doxygen to be updated.

@humitos
Copy link
Member

humitos commented May 7, 2019

Hi @allanleal! This is a known issue: #3829. There is a proposal at #5631 but it does not behave as we need.

I'm closing as duplicate. Please, subscribe to one of those if you want to be up to date.

@humitos humitos closed this as completed May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants