Try to fix missing myst-parser
This commit is contained in:
parent
74533175dc
commit
225161f5fa
2 changed files with 7 additions and 1 deletions
6
.readthedocs.yaml
Normal file
6
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: conf.py
|
||||
fail_on_warning: true
|
||||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue