Skip to content

Commit

Permalink
Merge pull request #626 from leocardao/mr/cardao/add-readthedoc-v2-co…
Browse files Browse the repository at this point in the history
…nfig

Add .readthedocs.yaml (V2) configuration file
  • Loading branch information
leocardao authored Sep 4, 2023
2 parents 0fd3ddb + 83ab666 commit 69091db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

# Set the OS, Python version and other tools you might need.
# OS can only be: ubuntu-20.04, ubuntu-22.04.
build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
configuration: docs/source/conf.py

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx==5.3.0
sphinx-autoapi

0 comments on commit 69091db

Please sign in to comment.