Browse Source

Clean up dest of docs output

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

+ 2
- 1
Makefile View File

@@ -9,7 +9,8 @@ docs:
sphinx-build -b html \
docs \
_build/docs \
-Wqaj8
-d _build/doctrees \
-Wqanj8
echo "Docs generated to _build/docs"

docs-server: docs

Loading…
Cancel
Save