Skip to content

Commit

Permalink
Update .readthedocs.yml to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Jul 24, 2023
1 parent 2f989fe commit 0ca85db
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# SPDX-License-Identifier: MPL-2.0

# Default [] (epub, pdf, htmlzip)
# Note: PDF/epub/htmlzip output is not supported when using MkDocs
formats: []
version: 2

requirements_file: docs/requirements.txt
# Note: PDF/epub/htmlzip output is not supported when using MkDocs
formats:
- htmlzip
- pdf
- epub

build:
image: latest

python:
version: 3.7
os: ubuntu-22.04
tools: "3.11"

sphinx:
builder: html
configuration: conf.py
configuration: docs/source/conf.py
fail_on_warning: true

python:
install:
- requirements: docs/requirements.txt

# see: https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings

0 comments on commit 0ca85db

Please sign in to comment.