From c4e495cbdcf1ecd6b2008a7842cc115d785fe9fd Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 25 Oct 2023 13:55:23 +0200 Subject: [PATCH] fix readthedocs --- .readthedocs.yaml | 6 +++++- doc/conf.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c4a45d4a..0434582c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + sphinx: configuration: doc/conf.py @@ -8,6 +13,5 @@ formats: - pdf python: - version: "3.7" install: - requirements: doc/requirements.txt diff --git a/doc/conf.py b/doc/conf.py index f83f5024..647d99f5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -54,7 +54,7 @@ # General information about the project. project = 'FOSHttpCache' -copyright = u'2014–2018, FriendsOfSymfony' +copyright = u'2014–now, FriendsOfSymfony' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the