Skip to content

Commit

Permalink
Add RTD configuration
Browse files Browse the repository at this point in the history
Our RTD build has been failing for some time, fix it.

Change-Id: Ie0019f104748195bf8b5a50c6435db2c7ba9fbe5
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Mar 7, 2024
1 parent 3ed4bf8 commit 16fc02f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true

sphinx:
configuration: docs/conf.py

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

0 comments on commit 16fc02f

Please sign in to comment.