From 9653c6f64c35775012bef5163016d0e4fffee819 Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 19 Sep 2024 16:22:06 -0400 Subject: [PATCH] [561] added requirements --- .readthedocs.yaml | 6 +++--- docs/requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 124910a9..31dbf0d7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See 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: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..24b7e928 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +toml>=0.10.2