Pin mistune to <2.0.0 to fix doc builds (#270)

This commit is contained in:
Teemu R
2021-12-08 15:31:55 +01:00
committed by GitHub
parent 6b18c5cd55
commit 8554a1db29
2 changed files with 177 additions and 164 deletions

View File

@@ -22,6 +22,7 @@ asyncclick = "^7"
# required only for docs
sphinx = { version = "^3", optional = true }
m2r = { version = "^0", optional = true }
mistune = { version = "<2.0.0", optional = true }
sphinx_rtd_theme = { version = "^0", optional = true }
sphinxcontrib-programoutput = { version = "^0", optional = true }
@@ -39,7 +40,7 @@ codecov = "^2"
xdoctest = "^0"
[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme", "m2r", "sphinxcontrib-programoutput"]
docs = ["sphinx", "sphinx_rtd_theme", "m2r", "mistune", "sphinxcontrib-programoutput"]
[tool.isort]