Lines Matching +full:build +full:- +full:docs
6 venv/bin/mkdocs serve --dirtyreload
8 build: prepare_files style_check target
9 venv/bin/mkdocs build
13 mkdir docs/examples
14 cp -r ../json.gif docs/images
15 cp -r ../examples/*.cpp ../examples/*.output docs/examples
18 @cd docs ; python3 ../scripts/check_structure.py
22 rm -fr docs/images/json.gif docs/examples
26 venv/bin/mkdocs gh-deploy --clean --force
30 python3 -mvenv venv
31 venv/bin/pip install --upgrade pip
33 venv/bin/pip install -r requirements.txt
37 rm -fr venv