Skip to content

Commit

Permalink
Merge pull request #347 from fonttools/fix-doc-building
Browse files Browse the repository at this point in the history
Fix readthedocs configuration
  • Loading branch information
madig authored Oct 2, 2024
2 parents 9a238a6 + 14f13f2 commit 3a9644b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
# Required
version: 2

build:
os: ubuntu-24.04
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt

0 comments on commit 3a9644b

Please sign in to comment.