Browse Source

add doc build deps

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
pull/1261/head
Ivan Schaller 6 months ago
parent
commit
e745e031a6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      script/build-docs

+ 2
- 0
script/build-docs View File

@ -4,4 +4,6 @@ set -xeuo pipefail
#rm -rf docs/_build
pip install -U Sphinx furo myst-parser sphinx-copybutton
sphinx-build -M html docs docs/_build "${@}"

Loading…
Cancel
Save