We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 with environment.yml in which sphinx==1.8.5 and doxygen==1.8.14 are specified as dependencies:
sphinx==1.8.5
doxygen==1.8.14
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.
Force sphinx to be given version. Allow doxygen to be updated.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Details
Expected Result
Using conda with environment.yml in which
sphinx==1.8.5
anddoxygen==1.8.14
are specified as dependencies: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.
The text was updated successfully, but these errors were encountered: