Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
per lschachaf's fix
  • Loading branch information
berl authored Sep 6, 2024
1 parent faf636b commit 256c14d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +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:
os: ubuntu-22.04
tools:
python: "3.10"
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.10
install:
- requirements: requirements/REQUIREMENTS-CI.txt
- method: pip
Expand Down

0 comments on commit 256c14d

Please sign in to comment.