Browse Source

Clean up dest of docs output

default_compile_flags
vector-of-bool 5 years ago
parent
commit
853af4aeef
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

sphinx-build -b html \ sphinx-build -b html \
docs \ docs \
_build/docs \ _build/docs \
-Wqaj8
-d _build/doctrees \
-Wqanj8
echo "Docs generated to _build/docs" echo "Docs generated to _build/docs"


docs-server: docs docs-server: docs

Loading…
Cancel
Save