Skip to content

Commit

Permalink
Enable the privacy plugin
Browse files Browse the repository at this point in the history
Fixes #269
  • Loading branch information
lazka committed Dec 13, 2023
1 parent d54da9e commit f382574
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/_venv
/site
/.vscode
/.cache
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ theme:

custom_dir: overrides

plugins:
- privacy

extra_css:
- 'stylesheets/extra.css'
- 'stylesheets/fonts.css'
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Christoph Reiter <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
mkdocs = "^1.1.2"
mkdocs-material = "^9.0.5"
mkdocs-material = "^9.5"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit f382574

Please sign in to comment.