-
Notifications
You must be signed in to change notification settings - Fork 20
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
Sphinx error building the portal site locally #68
Comments
@brian-rose I get the same error on our Linux server "lore" ... same environment save the OS, which is a RHEL7-like Linux OS. |
I was curious why we're getting this build error but the builds on readthedocs are working. I see now that readthedocs is using Looking more closely, I see that |
The error goes away when I remove extraneous stuff from I will shortly submit a PR to fix this. Longer term, I think we should base the readthedocs build on conda so it's consistent with our own local build instructions. That way we'll avoid this kind of bug in the future. |
Yep, I can confirm as well ... in my case, I removed the pydata-sphinx-theme and then "make html" ran to completion. |
What happened:
I tried to build the portal site locally on my Mac laptop while developing #67. I followed the procedure for this described on our Contributor's Guide to set up and activate a dedicated conda environment and then build the site using sphinx.
I got the following error:
What you expected to happen:
The site should build normally without error.
Minimal Complete Verifiable Example:
From repository root directory:
cd content conda env create -f ../ci/environment.yml conda activate pythia make html
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: