Skip to content

Commit

Permalink
Merge pull request #430 from achaikou/readthedocs
Browse files Browse the repository at this point in the history
Add Read the Docs configuration file
  • Loading branch information
achaikou authored Nov 3, 2023
2 parents a773195 + 9139507 commit 50e4d3c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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: python/docs/conf.py

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

0 comments on commit 50e4d3c

Please sign in to comment.