Skip to content

Commit

Permalink
Try to fix RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 13, 2023
1 parent 56be0dc commit 0501201
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
# Required
version: 2

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

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

# Additional formats for download
formats: all

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

0 comments on commit 0501201

Please sign in to comment.