Skip to content

Commit

Permalink
readthedocs: add missing build section to config
Browse files Browse the repository at this point in the history
Problem: The build.os parameter is now required for readthedocs.

Add a build section to readthedocs.yml.
  • Loading branch information
grondo committed Nov 17, 2023
1 parent a39a431 commit 30b82cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Required
version: 2

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

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

0 comments on commit 30b82cb

Please sign in to comment.