docs: fix options page (#1821)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-05-12 00:51:20 -04:00
committed by GitHub
parent 711a3d017d
commit 63daa02352
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -11,5 +11,5 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv venv
- uv pip install .[docs]
- .venv/bin/python -m mkdocs build --site-dir $READTHEDOCS_OUTPUT/html
- uv pip install -e.[docs]
- . .venv/bin/activate && mkdocs build --strict --verbose --site-dir $READTHEDOCS_OUTPUT/html