Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Nail <graemenail.work@gmail.com>2021-12-06 17:06:14 +0300
committerGitHub <noreply@github.com>2021-12-06 17:06:14 +0300
commitc64cb2990ec738478d9c1cc2932040415de5aa6f (patch)
tree7137ccecf8c2b1437abc2cc7611c91f4ff64f23a
parentab6b8260835a9f77a7b3cd48e3af4e4039280384 (diff)
Constrain version of mistune to before v2 in GitHub CI Documentation builds (#894)
-rw-r--r--doc/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 8d56e683..b4b2038a 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,4 +3,5 @@ breathe==4.13.0
exhale
sphinx_rtd_theme
recommonmark
+mistune<2.0.0
m2r