Skip to content

Commit 44beab3

Browse files
author
Tim Huff
committed
fixing broken documentation
1 parent ca6838a commit 44beab3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install-sphinx-deps: ## Only install the sphinx dependencies
8585
# The following is auto-generated by sphinx-quickstart:
8686
# To test out doc changes locally, run
8787
# poetry run make html && open build/html/index.html
88-
SPHINXOPTS ?=
88+
SPHINXOPTS ?= -W
8989
SPHINXBUILD ?= sphinx-build
9090
SOURCEDIR = sphinx_docs
9191
BUILDDIR = build

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ pillow = "^11.0.0"
5050
pydantic = "^2.0.0"
5151
python = ">=3.9,<4.0"
5252
python-dateutil = "^2.8.2"
53+
pyyaml = "^6.0.0"
5354
sphinx-rtd-theme = {version = "^1.3.0", python = ">=3.9,<4.0"}
5455
toml = "^0.10.2"
5556

0 commit comments

Comments
 (0)