improve readthedoc config
This commit is contained in:
parent
225161f5fa
commit
6533d9e875
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
version: 2
|
||||
|
||||
# Optionally declare the Python requirements required to build your docs
|
||||
python:
|
||||
install:
|
||||
- packages: "myst_parser"
|
||||
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: conf.py
|
||||
configuration: docs/source/conf.py
|
||||
fail_on_warning: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue