Skip to content

Commit

Permalink
fix readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Oct 25, 2023
1 parent f87870d commit c4e495c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: doc/conf.py

Expand All @@ -8,6 +13,5 @@ formats:
- pdf

python:
version: "3.7"
install:
- requirements: doc/requirements.txt
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e495c

Please sign in to comment.