We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c14e0a commit 295e204Copy full SHA for 295e204
2 files changed
.github/workflows/deploy-python-docs.yml
@@ -58,7 +58,7 @@ jobs:
58
working-directory: bindings/python
59
run: |
60
pip install --upgrade pip
61
- pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mike
+ pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-macros-plugin mike
62
63
- name: Validate docs token
64
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
bindings/python/mkdocs.yml
@@ -71,6 +71,7 @@ plugins:
71
- git-revision-date-localized:
72
enable_creation_date: true
73
type: timeago
74
+- macros
75
76
markdown_extensions:
77
# Python Markdown
0 commit comments