Skip to content

Conversation

@brian-rose
Copy link
Member

Fixes #68

This just makes our ci/environment.yml file (used by conda to make the build environment when building the site locally) consistent with requirements.txt (used by pip to make the build environment on readthedocs)

It would be better to avoid duplicating the build requirements. I'll open a separate issue about that.

@brian-rose
Copy link
Member Author

@ktyle if you get a chance, can you check that this PR fixes #68 on linux as well?

Copy link
Contributor

@ktyle ktyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my case, I did not add pyyaml ... suspect it got installed as a prereq when building the conda environment. Is pyyaml included in the requirements.txt, so you included it here for consistency?

@brian-rose
Copy link
Member Author

In my case, I did not add pyyaml ... suspect it got installed as a prereq when building the conda environment. Is pyyaml included in the requirements.txt, so you included it here for consistency?

Yes, exactly. I just made this list mirror exactly what's in requirements.txt. I'm not 100% sure what pyyaml actually is...

@ktyle
Copy link
Contributor

ktyle commented Apr 28, 2021

@brian-rose yes, #68 builds fine now on Linux.

@andersy005 andersy005 merged commit 1e8302d into ProjectPythia:main Apr 29, 2021
@brian-rose brian-rose deleted the fix-env branch April 29, 2021 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sphinx error building the portal site locally

3 participants