Skip to content

Commit

Permalink
fix readthedocs build (#581)
Browse files Browse the repository at this point in the history
* Create .readthedocs.yaml

Needed since of late to keep building on rtd
https://docs.readthedocs.io/en/stable/config-file/v2.html

* rtd: fail on warnings

* rtd: requirements.txt

* Trigger Jenkins

---------

Co-authored-by: Peter Putz <peter@absolutecycling.com>
  • Loading branch information
doniks and Peter Putz committed Oct 20, 2023
1 parent fb5e453 commit 8d97d3b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: conf.py
fail_on_warning: true

python:
install:
- requirements: requirements.txt

0 comments on commit 8d97d3b

Please sign in to comment.