Skip to content

Commit

Permalink
Add docs target to build documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 12, 2024
1 parent a13dab8 commit 2a61a42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,10 @@ install: build
rm -rf build
mkdir build
cp athena-monitor athena-processor build/

.PHONY: docs
docs:
python3 -m venv venv
./venv/bin/pip install --upgrade pip
./venv/bin/pip install sphinx
. venv/bin/activate && make -C docs html

0 comments on commit 2a61a42

Please sign in to comment.