1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Docs - fix sphinx v8 builds (#9235)

abnormal version selection w/ nbsphinx causing us to fall down to 5.x.x
venv install specific versions, fix arguments provided to the sphinx-build
This commit is contained in:
Max Prokhorov
2025-03-11 00:04:47 +03:00
committed by GitHub
parent 1a13ab95fb
commit 7af5246c12
5 changed files with 14 additions and 17 deletions

View File

@ -5,4 +5,4 @@
set -ev
root=$(git rev-parse --show-toplevel)
env SPHINXOPTS="-W" make -C $root/doc html
make SPHINXOPTS="--fail-on-warning" SPHINXBUILD="${SPHINXBUILD:?sphinx-build}" -C $root/doc html