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
conda uses sphinx_rtd_theme from conda-forge (0.5.1)
conda-forge (0.5.1)
conda uses sphinx_rtd_theme from pkgs/main (0.4.3)
pkgs/main (0.4.3)
conda env create --quiet --name latest --file docs/conda_environment.yml
sphinx_rtd_theme
conda install --yes --quiet --name latest mock pillow sphinx sphinx_rtd_theme
pkgs/main
conda install
conda create
conda config --set channel_priority false
environment.yml
The text was updated successfully, but these errors were encountered:
I think you are hitting #3829, also we recommend pinning your deps https://github.com/neuronsimulator/nrn/blob/master/docs/docs_requirements.txt https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies. I have applied the solution from #3829, it's using the latest version of the theme now https://readthedocs.org/projects/nrn/builds/13384187/
Sorry, something went wrong.
Thanks @stsewd
No branches or pull requests
Details
Expected Result
conda uses sphinx_rtd_theme from
conda-forge (0.5.1)
Actual Result
conda uses sphinx_rtd_theme from
pkgs/main (0.4.3)
Issue
conda env create --quiet --name latest --file docs/conda_environment.yml
installs latest conda-forgesphinx_rtd_theme
conda install --yes --quiet --name latest mock pillow sphinx sphinx_rtd_theme
subsequently installssphinx_rtd_theme
frompkgs/main
Solution?
conda install
? Everything needed is already installed withconda create
conda config --set channel_priority false
can help? Ideally run beforeconda install
since it is currently unsupported in theenvironment.yml
(see https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html)The text was updated successfully, but these errors were encountered: