Skip to content

Commit

Permalink
Add RTD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Oct 6, 2024
1 parent e43f4a8 commit 5eb6f97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

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

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==7.3.7
sphinx-autoapi
sphinx_mdinclude

0 comments on commit 5eb6f97

Please sign in to comment.