From d311267517ea48c7858c456a2dd2e8f45fb2c97f Mon Sep 17 00:00:00 2001 From: maxibor Date: Tue, 16 Jul 2024 17:11:45 +0200 Subject: [PATCH] ci: update rtd python version --- .readthedocs.yml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 25bb5a9..7069cf1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "mambaforge-latest" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/docs/source/conf.py b/docs/source/conf.py index d896693..5243547 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = "pydamage" -copyright = "2020, Maxime Borry" +copyright = "2024, Maxime Borry" author = "Maxime Borry" # The full version, including alpha/beta/rc tags