diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index d9ee7902..42322b85 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -17,6 +17,6 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: ./requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..0d990415 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +myst-parser[sphynx] \ No newline at end of file