Skip to content

Commit

Permalink
Make doc buildable
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Nov 26, 2024
1 parent 0a11ddd commit 2be5cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 163 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ clean:

test:
@echo "-> Run the test suite"
${VENV}/bin/pytest -vvs

docs:
docs: dev
@echo "-> Build the docs."
./configure --docs
rm -rf docs/_build/
@${ACTIVATE} sphinx-build docs/ docs/_build/
@${ACTIVATE} sphinx-build docs/source docs/_build/

.PHONY: conf dev check valid black isort clean test docs
160 changes: 0 additions & 160 deletions docs/source/skeleton-usage.rst

This file was deleted.

0 comments on commit 2be5cba

Please sign in to comment.