Skip to content

Commit c4e495c

Browse files
committed
fix readthedocs
1 parent f87870d commit c4e495c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
38
sphinx:
49
configuration: doc/conf.py
510

@@ -8,6 +13,5 @@ formats:
813
- pdf
914

1015
python:
11-
version: "3.7"
1216
install:
1317
- requirements: doc/requirements.txt

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
# General information about the project.
5656
project = 'FOSHttpCache'
57-
copyright = u'2014–2018, FriendsOfSymfony'
57+
copyright = u'2014–now, FriendsOfSymfony'
5858

5959
# The version info for the project you're documenting, acts as replacement for
6060
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)