From af573b9e067e8b6cbcc4825946e7e636b30c748f Mon Sep 17 00:00:00 2001 From: Jivan Pal Date: Sun, 7 Jan 2024 22:53:51 +0000 Subject: [PATCH] Fix config for Read the Docs --- .readthedocs.yml | 8 +++++++- docs/requirements.txt | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 572d87c..c86c46c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,15 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: docs/conf.py python: - version: 3.8 install: - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index dd5e14f..4456a6f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -sphinx==3.5.1 -sphinx_rtd_theme==0.5.1 -myst-parser==0.13.5 +sphinx~=7.2 +sphinx_rtd_theme~=2.0 +myst-parser~=2.0