From bf896d07b0f5be21c790d6fead06c5227530e446 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 7 Jan 2023 20:30:44 +0000 Subject: [PATCH] [FIX] Add Python requirements file for RTD build --- .readthedocs.yaml | 5 +++++ docs/source/requirements.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 docs/source/requirements.txt 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