Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
docs(mkdocs): exclude "requests" folder after build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 16, 2025
1 parent 97ff1a8 commit 3e62ad3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ plugins:
- stemmer
- stopWordFilter
- trimmer
- exclude:
glob:
- 'dev/requests/*'

validation:
nav:
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ build-backend = "hatchling.build"

[dependency-groups]
dev = ["pre-commit>=4.0.1"]
build-website = ["json-schema-for-humans>=1.3.4", "mkdocs-material>=9.5.49"]
build-website = [
"json-schema-for-humans>=1.3.4",
"mkdocs-exclude>=1.0.2",
"mkdocs-material>=9.5.49",
]
2 changes: 2 additions & 0 deletions requirements/requirements-build-website.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ mergedeep==1.3.4 \
mkdocs==1.6.1 \
--hash=sha256:7b432f01d928c084353ab39c57282f29f92136665bdd6abf7c1ec8d822ef86f2 \
--hash=sha256:db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e
mkdocs-exclude==1.0.2 \
--hash=sha256:ba6fab3c80ddbe3fd31d3e579861fd3124513708271180a5f81846da8c7e2a51
mkdocs-get-deps==0.2.0 \
--hash=sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c \
--hash=sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134
Expand Down
11 changes: 11 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 3e62ad3

Please sign in to comment.