Skip to content

Commit

Permalink
RTD: Update to Ubuntu 22 and Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 10, 2023
1 parent acd5618 commit 9a54d4a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yml
# Read the Docs configuration file

# Details
# - https://docs.readthedocs.io/en/stable/config-file/v2.html

# Required
version: 2

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

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

python:
install:
- requirements: docs/requirements.txt

# Optionally build your docs in additional formats such as PDF
# formats:
# - pdf

0 comments on commit 9a54d4a

Please sign in to comment.