Skip to content

Commit

Permalink
[rtd] switch to new config
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Nov 28, 2023
1 parent f40bf8c commit 1214e43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml → .readthedocs.yaml
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: source/conf.py
Expand All @@ -14,6 +20,5 @@ formats: all

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

0 comments on commit 1214e43

Please sign in to comment.