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