From 938ef73df585211ccfa1e15a6cbdb86b1b3cb6e1 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Wed, 1 Jan 2025 18:01:18 +0100 Subject: [PATCH] Reinstated docs/requirements but with just the needed for documentation --- .readthedocs.yaml | 9 +++++---- docs/requirements.txt | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 240d9196..3c5bb3c6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Build options build: - os: ubuntu-20.04 + os: "ubuntu-24.04" tools: - python: "3.9" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -23,5 +23,6 @@ formats: # Optionally set the requirements required to build your docs python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt + - requirements: requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..d365c1c3 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,6 @@ +wheel +sphinx==7.2.6 +sphinx-rtd-theme==2.0.0 +docutils==0.18.1 +attrs==21.4.0 +myst-parser==3.0.1 \ No newline at end of file