Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Oct 3, 2023
1 parent 71068d8 commit 1a2ea77
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .readthedocs.yml
@@ -1,12 +1,20 @@
---
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

python:
install:
- requirements: docs/requirements.txt
version: 3.8
build:
os: ubuntu-22.04
tools:
python: "3.8"

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

formats: all

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

0 comments on commit 1a2ea77

Please sign in to comment.