diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c143d5..018f5a4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,3 +18,8 @@ sphinx: # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/source/requirements.txt \ No newline at end of file diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt new file mode 100644 index 0000000..7ab2a14 --- /dev/null +++ b/docs/source/requirements.txt @@ -0,0 +1 @@ +myst_parser \ No newline at end of file