We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87870d commit c4e495cCopy full SHA for c4e495c
2 files changed
.readthedocs.yaml
@@ -1,5 +1,10 @@
1
version: 2
2
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
7
+
8
sphinx:
9
configuration: doc/conf.py
10
@@ -8,6 +13,5 @@ formats:
13
- pdf
14
15
python:
11
- version: "3.7"
12
16
install:
17
- requirements: doc/requirements.txt
doc/conf.py
@@ -54,7 +54,7 @@
54
55
# General information about the project.
56
project = 'FOSHttpCache'
57
-copyright = u'2014–2018, FriendsOfSymfony'
+copyright = u'2014–now, FriendsOfSymfony'
58
59
# The version info for the project you're documenting, acts as replacement for
60
# |version| and |release|, also used in various other places throughout the
0 commit comments