From c52cd02f90a0066fe8bdf59f2cc925e7cab4f36a Mon Sep 17 00:00:00 2001 From: Dan Rumney Date: Mon, 7 Aug 2023 10:42:05 -0500 Subject: [PATCH] docs: add myst support again --- docs/.readthedocs.yaml | 6 +++--- docs/requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/requirements.txt 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