Skip to content

Commit

Permalink
New format requires build.os instead of build.image (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Nov 21, 2023
1 parent 94ae8f8 commit 9b2d192
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

0 comments on commit 9b2d192

Please sign in to comment.