Skip to content

Commit f382574

Browse files
committed
Enable the privacy plugin
Fixes #269
1 parent d54da9e commit f382574

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/_venv
22
/site
33
/.vscode
4+
/.cache

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ theme:
2929

3030
custom_dir: overrides
3131

32+
plugins:
33+
- privacy
34+
3235
extra_css:
3336
- 'stylesheets/extra.css'
3437
- 'stylesheets/fonts.css'

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Christoph Reiter <[email protected]>"]
77
[tool.poetry.dependencies]
88
python = "^3.10"
99
mkdocs = "^1.1.2"
10-
mkdocs-material = "^9.0.5"
10+
mkdocs-material = "^9.5"
1111

1212
[tool.poetry.dev-dependencies]
1313

0 commit comments

Comments
 (0)