Skip to content

Commit 295e204

Browse files
committed
Render markdown macros in docs
1 parent 3c14e0a commit 295e204

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-python-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: bindings/python
5959
run: |
6060
pip install --upgrade pip
61-
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mike
61+
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-macros-plugin mike
6262
6363
- name: Validate docs token
6464
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'

bindings/python/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ plugins:
7171
- git-revision-date-localized:
7272
enable_creation_date: true
7373
type: timeago
74+
- macros
7475

7576
markdown_extensions:
7677
# Python Markdown

0 commit comments

Comments
 (0)