grim/hgkeeper

Parents d9bdbbcc712b
Children 69db4c08b54a
Move to the docs to the readthedocs theme and work around the jinja2 bug
--- a/convey.yml Wed Mar 23 16:01:28 2022 -0500
+++ b/convey.yml Sat Mar 26 07:19:32 2022 -0500
@@ -38,12 +38,14 @@
type: docker/import
files: .:.
+ # we explicitly call out jinja2==3.0.3 because 3.1.0 breaks mkdocs
+ # https://github.com/mkdocs/mkdocs/issues/2799
docs-build:
type: docker/run
image: docker.io/python:3-alpine
workdir: ${CONVEY_WORKSPACE}/docs
script:
- - python3 -m pip install mkdocs mkdocs-include-markdown-plugin
+ - python3 -m pip install mkdocs mkdocs-include-markdown-plugin jinja2==3.0.3
- mkdocs build
docs-export:
--- a/docs/mkdocs.yml Wed Mar 23 16:01:28 2022 -0500
+++ b/docs/mkdocs.yml Sat Mar 26 07:19:32 2022 -0500
@@ -18,4 +18,5 @@
plugins:
- include-markdown
- search
-
+theme:
+ name: readthedocs