diff options
author | James Falcon <james.falcon@canonical.com> | 2021-12-06 11:06:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 10:06:13 -0700 |
commit | 6e39613da5cee66f2162f53c53358f2516b904d0 (patch) | |
tree | 1ef3d4151ef756c638c098c7baf7787c5f6b84b4 | |
parent | 039c40f9b3d88ee8158604bb18ca4bf2fb5d5e51 (diff) | |
download | vyos-cloud-init-6e39613da5cee66f2162f53c53358f2516b904d0.tar.gz vyos-cloud-init-6e39613da5cee66f2162f53c53358f2516b904d0.zip |
docs: pin mistune dependency (#1134)
-rw-r--r-- | doc-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-requirements.txt b/doc-requirements.txt index b8d6ba90..5bcac862 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -6,3 +6,4 @@ pyyaml # Indirect dependencies docutils<0.18 +mistune<2.0.0 # https://github.com/miyakogi/m2r/issues/66 |