diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3443878..6452cb1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 \ No newline at end of file