Try to fix missing myst-parser

This commit is contained in:
Andréas Livet 2022-07-09 15:16:20 +02:00
parent 74533175dc
commit 225161f5fa
2 changed files with 7 additions and 1 deletions

6
.readthedocs.yaml Normal file
View file

@ -0,0 +1,6 @@
version: 2
sphinx:
builder: html
configuration: conf.py
fail_on_warning: true

View file

@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
requires = ["flit_core >=3.2,<4", "myst-parser"]
build-backend = "flit_core.buildapi"
[project]