Skip to content
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

Compiling issue in Manual with Sphinx #241

Open
JaeHyeokLee98 opened this issue Apr 24, 2024 · 0 comments
Open

Compiling issue in Manual with Sphinx #241

JaeHyeokLee98 opened this issue Apr 24, 2024 · 0 comments

Comments

@JaeHyeokLee98
Copy link
Contributor

JaeHyeokLee98 commented Apr 24, 2024

at 94th line in docs/source/conf.py, the code
app.add_stylesheet('custom.css') should be changed to
app.add_css_file('custom.css')
The problem is caused by the version issue of Sphinx.
After Sphinx version 1.8.0, the API was deprecated. Please refer to this sphinx-doc/sphinx#7747

Also version error comes from sphinx-bibtex with error message : ExtensionError("You must configure the bibtex_bibfiles setting")
Using sphinxcontrib-bibtex version 1.0.0 can solve this issue and 2.0.0 makes this error. Please refer to this jupyter-book/jupyter-book#1137

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

No branches or pull requests

1 participant