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
Docs build using conda to create an environment.
Docs don't build and I get the following:
Problem in your project's configuration. Invalid "conda.file": file not found
I tried to follow the docs and projects that use conda to build their envs and there is no difference between my files and theirs. See: readthedocs.yaml: https://github.com/QuantStack/ipycytoscape/blob/master/readthedocs.yml doc envs: https://github.com/QuantStack/ipycytoscape/blob/master/docs/environment.yml
I'm trying it as an alternative to pip since it's causing me a few problems #7520.
pip
Any idea of what might be wrong? Thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, you are missing the version of the config file, see https://docs.readthedocs.io/en/stable/config-file/v2.html#conda
Sorry, something went wrong.
No branches or pull requests
Details
Expected Result
Docs build using conda to create an environment.
Actual Result
Docs don't build and I get the following:
I tried to follow the docs and projects that use conda to build their envs and there is no difference between my files and theirs. See:
readthedocs.yaml: https://github.com/QuantStack/ipycytoscape/blob/master/readthedocs.yml
doc envs: https://github.com/QuantStack/ipycytoscape/blob/master/docs/environment.yml
I'm trying it as an alternative to
pip
since it's causing me a few problems #7520.Any idea of what might be wrong?
Thanks a lot!
The text was updated successfully, but these errors were encountered: