Skip to content

Commit

Permalink
Restore mkdocs
Browse files Browse the repository at this point in the history
Runtime dependency I missed.
  • Loading branch information
jstvz committed Nov 12, 2024
1 parent eca8cd9 commit 1d64bf7
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Install dependencies
run: |
python -VV
pip install -r docs/requirements.txt
# docs build requires a proper install
pip install .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dev-install:

# set SF_MKDOCS_BUILD_LOCALES=False to skip building all locales
docs: .FORCE
uvx --with-requirements docs/requirements.txt mkdocs build --clean --site-dir build/html --config-file mkdocs.yml
mkdocs build --clean --site-dir build/html --config-file mkdocs.yml

coverage:
uv run pytest --cov --cov-report=html
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ dev = [
"diff-cover>=9.2.0",
"faker-microservice>=2.0.0",
"jsonschema>=4.23.0",
"mkdocs>=1.6.1",
"mkdocs-exclude-search>=0.6.6",
"pre-commit>=4.0.1",
"pyright>=1.1.388",
"pytest>=8.3.3",
Expand Down
123 changes: 123 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d64bf7

Please sign in to comment.