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