-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot install sphinx-pythia-theme via conda-forge (workaround is pip) #6
Comments
A workaround may be to install sphinx-pythia-theme via pip instead. That's what we are currently doing for Foundations. But, given that this is a template, I'd rather fix the problem. |
I see now that the pip workaround is being used in the Radar Cookbook as well. |
Ok, I see now that the conda recipe for sphinx-pythia-theme pins to sphinx-book-theme >=0.1.7,<0.2 and sphinx-book-theme is currently in version 0.3.2. That's probably related to this conda conflict. |
Hopefully this can be addressed as part of an overhaul of the theme as tracked at ProjectPythia/sphinx-pythia-theme#39 |
I ran the existing
deploy_book.yml
action and it failed:https://github.com/ProjectPythiaTutorials/cookbook-template/actions/runs/2476709281
It raises the following:
sphinx-pythia-theme is installed via conda. I notice here that an older version 2022.1.13 is used. I don't know why the conda solver is choosing that one over the more recent release 2022.3.29
@kmpaul @jukent any ideas?
The text was updated successfully, but these errors were encountered: