From 264d0803881050dd2b69b6c72031733ed007cf73 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Sun, 10 Nov 2024 19:42:03 +1100 Subject: [PATCH] RTD requirements.txt added --- .readthedocs.yaml | 6 +++--- docs/source/requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 docs/source/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bb958bf..d2f017a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,6 +27,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/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..859df57 --- /dev/null +++ b/docs/source/requirements.txt @@ -0,0 +1,2 @@ +sphinx==8.1.3 +sphinx-rtd-theme==3.0.1 \ No newline at end of file