Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
docs: Update RTD config. (#4042) (#4063)
Browse files Browse the repository at this point in the history
The 'build.os' setting is now required.

Co-authored-by: Feanil Patel <[email protected]>
  • Loading branch information
magajh and feanil authored Dec 11, 2023
1 parent f0e196f commit 60c13db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: true

# Set the version of python needed to build these docs.
build:
os: "ubuntu-22.04"
tools:
python: "3.8"

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

0 comments on commit 60c13db

Please sign in to comment.