Skip to content

Commit c5d45ed

Browse files
committed
add instructions for generating HTML docs
1 parent 8299c83 commit c5d45ed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Minimal makefile for Sphinx documentation
22
#
3+
# To rebuild the html docs, first make sure you've got the right deps installed via
4+
# uv sync --group docs
5+
# then from the docs directory (this dir) rebuild with
6+
# uv run make html
7+
# Look for generated docs under _build/html.
8+
39

410
# You can set these variables from the command line, and also
511
# from the environment for the first two.

0 commit comments

Comments
 (0)