Skip to content

Commit

Permalink
Merge pull request #195 from nicolasbock/docs
Browse files Browse the repository at this point in the history
Add docs target to build documentation
  • Loading branch information
nicolasbock authored Sep 12, 2024
2 parents 7521430 + 2a61a42 commit 0fa3247
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 0fa3247

Please sign in to comment.