mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +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:
7
.github/workflows/documentation.yml
vendored
7
.github/workflows/documentation.yml
vendored
@ -24,5 +24,8 @@ jobs:
|
||||
python-version: '3.x'
|
||||
- name: Build documentation
|
||||
run: |
|
||||
pip install --user -r doc/requirements.txt
|
||||
bash ./tests/ci/build_docs.sh
|
||||
pushd doc/
|
||||
python3 -mvenv _venv
|
||||
./_venv/bin/pip install -r requirements.txt
|
||||
env SPHINXBUILD=$(pwd)/_venv/bin/sphinx-build ../tests/ci/build_docs.sh
|
||||
popd
|
||||
|
Reference in New Issue
Block a user