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 authored and psychocoderHPC committed Jul 24, 2023
1 parent 2f989fe commit 9cbf890
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# 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:
python: "3.11"

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

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

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

0 comments on commit 9cbf890

Please sign in to comment.