We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8299c83 commit c5d45edCopy full SHA for c5d45ed
1 file changed
docs/Makefile
@@ -1,5 +1,11 @@
1
# Minimal makefile for Sphinx documentation
2
#
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
+
9
10
# You can set these variables from the command line, and also
11
# from the environment for the first two.
0 commit comments