Skip to content

Commit

Permalink
build: Fix docs build.
Browse files Browse the repository at this point in the history
The `os` setting is now required for builds.
  • Loading branch information
feanil committed Oct 20, 2023
1 parent 16e5751 commit 5fc862d
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 @@ -15,8 +15,13 @@ formats:
- pdf
- epub

# 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/doc.txt

0 comments on commit 5fc862d

Please sign in to comment.