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 ee5594f commit 57db930Copy full SHA for 57db930
Makefile
@@ -1,11 +1,7 @@
1
SHELL := /bin/bash -euxo pipefail
2
-
3
-# Treat Sphinx warnings as errors
4
-SPHINXOPTS := -W
5
6
.PHONY: docs
7
docs:
8
- make -C docs clean html SPHINXOPTS=$(SPHINXOPTS)
+ uv run --extra=dev sphinx-build -M html docs/source docs/build -W
9
10
.PHONY: open-docs
11
open-docs:
0 commit comments