We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6838a commit 44beab3Copy full SHA for 44beab3
2 files changed
Makefile
@@ -85,7 +85,7 @@ install-sphinx-deps: ## Only install the sphinx dependencies
85
# The following is auto-generated by sphinx-quickstart:
86
# To test out doc changes locally, run
87
# poetry run make html && open build/html/index.html
88
-SPHINXOPTS ?=
+SPHINXOPTS ?= -W
89
SPHINXBUILD ?= sphinx-build
90
SOURCEDIR = sphinx_docs
91
BUILDDIR = build
pyproject.toml
@@ -50,6 +50,7 @@ pillow = "^11.0.0"
50
pydantic = "^2.0.0"
51
python = ">=3.9,<4.0"
52
python-dateutil = "^2.8.2"
53
+pyyaml = "^6.0.0"
54
sphinx-rtd-theme = {version = "^1.3.0", python = ">=3.9,<4.0"}
55
toml = "^0.10.2"
56
0 commit comments