Skip to content

Commit

Permalink
Add .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Oct 15, 2023
1 parent 6be93c6 commit 732c25c
Show file tree
Hide file tree
Showing 2 changed files with 19 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 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

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

sphinx:
configuration: client/doc/conf.py

formats:
- pdf

python:
install:
- requirements: client/doc/requirements.txt
2 changes: 2 additions & 0 deletions client/doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx==7.2.6
sphinx_rtd_theme==1.1.1

0 comments on commit 732c25c

Please sign in to comment.