From 6229e9e45fc5ff8d452a4f8bf79a263e463aa170 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 | 5 +++++ doc/conf.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c4a45d4a..e2960b53 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: 1.8.5 + sphinx: configuration: doc/conf.py 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