-
-
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
Extension sphinxcontrib.bibtex doesn't work, nor can it be built #6364
Comments
Hi @jmlarson1! Thanks for the report. It seems that you are using the syntax for config v2 (https://docs.readthedocs.io/en/latest/config-file/v2.html) but you are not defining Also, take a look at your |
Also, you might want to add |
@james-d-mitchell @humitos Thank you, I have now defined
Yet, I still get an error at the end of the build that https://readthedocs.org/projects/libensemble/builds/9944061/ Note: earlier in the build, during the step
Thank you again for your help |
@jmlarson1 when using conda, the python section is ignored. #5388 |
Thank you @stsewd . I would like to use
and
The Is there a way to ensure the environment is used? Thank you for your help. |
@jmlarson1 please try wiping the environment before triggering a build https://docs.readthedocs.io/en/stable/guides/wipe-environment.html |
@stsewd I have wiped and I have the same failure: (I even wiped/rebuilt twice for good measure.) |
After considerable effort, we were able to build our documentation with In fact, when including both a conda section and a python section in In the end, here is the completed build: And here is the
Here is the
and
We also added
to |
Note: I think @stsewd comment that the python section is ignored was true in that case as the sub-options were redundant when using Conda. But as we have it now, it is useful to build our package in place. |
So, the only part that isn't ignored from the Also, I think you can just use the |
Details
Read the Docs project URL:
https://readthedocs.org/projects/libensemble/
Build URL (if applicable):
https://readthedocs.org/projects/libensemble/builds/9934812/
Expected Result
I am trying to use the
sphinxcontrib.bibtex
extension in myconf.py
. It is unknown.I have included
in
conda/environment.yml
and indocs/requirements.txt
. In my.readthedocs.yml
, I have also includedIn
https://readthedocs.org/dashboard/libensemble/advanced/
I have also set the "Requirements file" field to be
docs/requirements.txt
.With all of these places, I would hope that it would be picked up somewhere along the way.
Actual Result
The conda build does report:
and shows it is successfully installed. Yet, I get an error when building my documentation that:
ModuleNotFoundError: No module named 'sphinxcontrib.bibtex'
The text was updated successfully, but these errors were encountered: