aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-11-10 23:42:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-10 23:42:57 +0000
commit6617e45e667e40fb3b5f64e6ae1dfad9eae1bddc (patch)
treec927c514a071f3a5ec125b3f474ad4ce4d39a7fa /.readthedocs.yml
parentef6fa5510ee9a0ddfdc4615a5f25c805fa5e91cf (diff)
parent42200b02b7ab516ab532ade611c04da9523026ec (diff)
downloadfonttools-6617e45e667e40fb3b5f64e6ae1dfad9eae1bddc.tar.gz
Upgrade fonttools to 4.44.0 am: 02cec46c7a am: d45d2337ec am: 42200b02b7
Original change: https://android-review.googlesource.com/c/platform/external/fonttools/+/2826690 Change-Id: I59856bdd4faae268c1a1877fbbfc2fb15799370f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 928d6587..b05ada48 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -6,7 +6,9 @@
version: 2
build:
- image: latest
+ os: ubuntu-22.04
+ tools:
+ python: "3.10"
# Build documentation in the docs/ directory with Sphinx
sphinx:
@@ -20,7 +22,6 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
- version: 3.8
install:
- requirements: Doc/docs-requirements.txt
- method: pip