You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
QMCPACK documentation will not build with Sphinx-contrib BibTeX 2.2 which is the latest version you get if you do a pip install of it.
Running Sphinx v4.0.1
loading pickled environment... failed
failed: You must configure the bibtex_bibfiles setting
Extension error:
You must configure the bibtex_bibfiles setting
make: *** [html] Error 2
Describe the solution you'd like
Best solution would be to modify conf.py to support latest version of Sphinx-contrib BibTeX. But it does not seem like this is the complete soution. I tried to fix the problem with the diff below. I was able to get make html to succeed, but could not manage to make the BibTeX references materialize in the actual html.
Is your feature request related to a problem? Please describe.
QMCPACK documentation will not build with Sphinx-contrib BibTeX 2.2 which is the latest version you get if you do a
pip
install of it.Describe the solution you'd like
Best solution would be to modify
conf.py
to support latest version of Sphinx-contrib BibTeX. But it does not seem like this is the complete soution. I tried to fix the problem with the diff below. I was able to getmake html
to succeed, but could not manage to make the BibTeX references materialize in the actual html.A quick google search shows that many people have this issue because 2.0 is not backwards compatible.
Describe alternatives you've considered
The
requirements.txt
does say:but there is nothing that locks the version down or even throws a warning to a contributor.
The text was updated successfully, but these errors were encountered: