We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b0bef commit f4860eaCopy full SHA for f4860ea
.github/template_gitref
@@ -1 +1 @@
1
-2021.08.26-98-ge1ab1da
+2021.08.26-99-g1d9bb23
.github/workflows/scripts/publish_docs.sh
@@ -37,7 +37,7 @@ if [[ "$GITHUB_WORKFLOW" == "Pulpcore changelog update" ]]; then
37
exit
38
fi
39
40
-pip install mkdocs pymdown-extensions
+pip install mkdocs pymdown-extensions "Jinja2<3.1"
41
42
mkdir -p ../bindings
43
tar -xvf python-client-docs.tar --directory ../bindings
0 commit comments