Skip to content

Commit

Permalink
Update readthedocs.yml (#2014)
Browse files Browse the repository at this point in the history
* Update readthedocs.yml

make readthedocs config compatible with latest requirements
  • Loading branch information
berl authored Sep 6, 2024
1 parent 02c654f commit f56f3d2
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
fail_on_warning: true

python:
version: 3.6
install:
- requirements: requirements/REQUIREMENTS-CI.txt
- method: pip
Expand Down

0 comments on commit f56f3d2

Please sign in to comment.