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 da6a8b8 commit bc3b4cdCopy full SHA for bc3b4cd
1 file changed
.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