From 0d8364459bd611129f928dcd7de1b7f464695510 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 5 Oct 2023 19:51:58 +0200 Subject: [PATCH] bump .readthedocs.yaml and sphinx-rtd-theme version --- .readthedocs.yaml | 7 ++++++- docs/requirements.txt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 208d20f..6a4a92f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -15,7 +21,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip diff --git a/docs/requirements.txt b/docs/requirements.txt index 6e42530..43eeb8e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -sphinx-rtd-theme==1.2.0 +sphinx-rtd-theme==1.3.0