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

Building docs fails with Handler <function _builder_inited at 0x7f81531a88b0> for event 'builder-inited' threw an exception #24

Closed
ggiesen opened this issue Nov 15, 2022 · 0 comments · Fixed by #25

Comments

@ggiesen
Copy link
Contributor

ggiesen commented Nov 15, 2022

python -m nox -e docs && (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -)
nox > Running session docs
nox > Re-using existing virtual environment at .nox/docs.
nox > python -m pip install --progress-bar=off wheel
nox > python -m pip install --progress-bar=off 'salt>=3003'
nox > python -m pip install -e '.[docs]'
nox > make clean
nox > make linkcheck SPHINXOPTS=-W
Running Sphinx v5.3.0
Initializing Spelling Checker 7.7.0
making output directory... done

Extension error (furo):
Handler <function _builder_inited at 0x7f81531a88b0> for event 'builder-inited' threw an exception (exception: Did you list 'furo' in the `extensions` in conf.py? If so, please remove it. Furo does not work with non-HTML builders and specifying it as an `html_theme` is sufficient.)
make: *** [Makefile:20: linkcheck] Error 2
nox > Command make linkcheck SPHINXOPTS=-W failed with exit code 2
nox > Session docs failed.
@ggiesen ggiesen changed the title Building docs fails with python -m nox -e docs && (cd docs/_build/html; python -m webbrowser localhost:8000; python -m http.server; cd -) nox > Running session docs nox > Re-using existing virtual environment at .nox/docs. nox > python -m pip install --progress-bar=off wheel nox > python -m pip install --progress-bar=off 'salt>=3003' nox > python -m pip install -e '.[docs]' nox > make clean nox > make linkcheck SPHINXOPTS=-W Running Sphinx v5.3.0 Initializing Spelling Checker 7.7.0 making output directory... done Extension error (furo): Handler <function _builder_inited at 0x7f81531a88b0> for event 'builder-inited' threw an exception (exception: Did you list 'furo' in the extensions in conf.py? If so, please remove it. Furo does not work with non-HTML builders and specifying it as an html_theme is sufficient.) make: *** [Makefile:20: linkcheck] Error 2 nox > Command make linkcheck SPHINXOPTS=-W failed with exit code 2 nox > Session docs failed. Building docs fails with Handler <function _builder_inited at 0x7f81531a88b0> for event 'builder-inited' threw an exception Nov 15, 2022
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 a pull request may close this issue.

1 participant