Skip to content

Commit

Permalink
.readthedocs.yaml - Upgrade python, specify more options
Browse files Browse the repository at this point in the history
Python 3.9 must be used as https://pypi.org/project/transifex-client/ says
Requires: Python  <3.10
  • Loading branch information
odscjames committed Sep 13, 2023
1 parent 06f5ed2 commit f40d6b2
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.9"

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

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt

0 comments on commit f40d6b2

Please sign in to comment.