[docs] readthedocs setup

This commit is contained in:
Loïc Vital 2022-10-21 11:36:40 +02:00
parent 07e993a3eb
commit e6fa53399a
2 changed files with 16 additions and 0 deletions

15
.readthedocs.yaml Normal file
View file

@ -0,0 +1,15 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt

1
docs/requirements.txt Normal file
View file

@ -0,0 +1 @@
myst-parser