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 695aef9 commit 3685694Copy full SHA for 3685694
Makefile
@@ -1,8 +1,4 @@
1
SHELL := /bin/bash -euxo pipefail
2
-
3
-# Treat Sphinx warnings as errors
4
-SPHINXOPTS := -W
5
6
.PHONY: update-secrets
7
update-secrets:
8
# After updating secrets, commit the new secrets.tar.gpg file.
@@ -11,7 +7,7 @@ update-secrets:
11
12
.PHONY: docs
13
9
docs:
14
- make -C docs clean html SPHINXOPTS=$(SPHINXOPTS)
10
+ uv run --extra=dev sphinx-build -M html docs/source docs/build -W
15
16
.PHONY: open-docs
17
open-docs:
0 commit comments