We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6a8b8 + bc3b4cd commit 21a6a05Copy full SHA for 21a6a05
.github/workflows/documentation.yml
@@ -59,6 +59,13 @@ jobs:
59
python -m pip install --upgrade -r requirements/documentation.txt
60
61
- name: Build static website
62
+ env:
63
+ MKDOCS_ENABLE_PLUGIN_GIT_COMMITTERS: true
64
+ MKDOCS_ENABLE_PLUGIN_GIT_DATES: true
65
+ MKDOCS_ENABLE_PLUGIN_MKDOCSTRINGS: true
66
+ MKDOCS_ENABLE_PLUGIN_PRIVACY: true
67
+ MKDOCS_ENABLE_PLUGIN_RSS: true
68
+ MKDOCS_ENABLE_PLUGIN_SOCIAL: true
69
run: mkdocs build --verbose
70
71
- name: Save build doc as artifact
0 commit comments