Skip to content

Commit

Permalink
readthedocs: add configuration file
Browse files Browse the repository at this point in the history
readthedocs needs a configuration file with the
name .readthedocs.yaml.

See:
https://docs.readthedocs.io/en/stable/config-file/

Change-Id: I594cdb2650322222661b2069128fb4190052f37d
Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
  • Loading branch information
ader1990 committed Mar 4, 2024
1 parent 2ebfe19 commit 036aa16
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 @@
version: 2

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

formats: all

sphinx:
configuration: doc/source/conf.py

python:
install:
- path: .
- requirements: doc/requirements.txt

0 comments on commit 036aa16

Please sign in to comment.