Skip to content

Commit

Permalink
Update readthedocs config to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Feb 29, 2024
1 parent 83d4260 commit ef9ef11
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
requirements_file: docs/requirements.txt

# see also: https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings
version: 2
formats:
- htmlzip
- pdf
- epub
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: html
configuration: docs/source/conf.py
fail_on_warning: false
python:
install:
- requirements: docs/requirements.txt

0 comments on commit ef9ef11

Please sign in to comment.