-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Build fails for sphinx=6.2.1
, claiming "requires docutils >=0.18.1,<0.20, but none of the providers can be installed"
#10477
Comments
...I've tried the local install with micromamba as well - works fine: Terminal Output``` michaelweinold@Michaels-MBP ~ % micromamba env create -f ~/github/brightway-documentation/environment.yml
conda-forge/osx-arm64 6.7MB @ 3.3MB/s 2.3s Transaction Prefix: /Users/michaelweinold/micromamba/envs/sphinx Updating specs:
Package Version Build Channel Size
Summary: Install: 164 packages Total download: 121MB ─────────────────────────────────────────────────────────────────────────────────────────── Confirm changes: [Y/n] Y Transaction starting Linking gts-0.7.6-he42f4ea_4 Linking gtk2-2.24.33-h57013de_2 Linking wheel-0.40.0-pyhd8ed1ab_0 Transaction finished To activate this environment, use:
Or to execute a single command in this environment, use:
|
This seems related to Read the Docs in particular. It automatically adds |
@humitos, would it be possible for you to set the feature flag |
We will be deploying this work soon: #10508. Once it's deployed I will enable it in your project. I think it should make Conda to resolve properly. |
Hi @michaelweinold. The PR was just merged, but it's not deployed yet. It will be deployed next Tuesday. I wanted to deployed yesterday but I wasn't able to get a review before doing the deploy. |
Understood - looking forward to it! Many thanks for staying on this 🙏 |
Hi @michaelweinold! I enabled the feature flag in your project and it seems the Conda environment is created successfully. However, it seems you have an issue your YAML file regarding the Sphinx Let me know if everything is working as expected after solving that issue 👍🏼 |
Our build works fine now, many thanks for your help! |
Details
Expected Result
No issues - if I create the environment locally using
conda env create -f environment.yml
, I don't get any errors either. My environment file:Actual Result
The text was updated successfully, but these errors were encountered: