ProjectPythia / cookbook-template

Project Pythia Cookbook template
https://projectpythia.org/cookbook-template/
Apache License 2.0
21 stars 16 forks source link

sphinx theme from conda-forge #162

Closed brian-rose closed 3 months ago

brian-rose commented 3 months ago

Testing whether we can build with the theme from conda-forge instead of pip

github-actions[bot] commented 3 months ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: 1213c2a3ba4a941a53a2b2b4b16f2907d7f5b32d ✅ Deployment Preview URL: https://ProjectPythia.github.io/cookbook-template/_preview/162

brian-rose commented 3 months ago

Had to remove the obsolete version pins in the cookbook actions, https://github.com/ProjectPythia/cookbook-actions/pull/108

brian-rose commented 3 months ago

This is working! We are now installing the sphinx theme from conda-forge.

brian-rose commented 3 months ago

The goal of this PR is to simplify the environment file in the Cookbook template as much as possible. We want to let conda / mamba handle all the dependencies.

erogluorhan commented 3 months ago

Please hold this for now as there is a dependency mismatch in Conda version that showed up in. the portal tests I ran.

erogluorhan commented 3 months ago

This can be closed now as PR #163 handled this and got merged.