Skip to content

Commit

Permalink
Merge pull request #27 from afraniomelo/main
Browse files Browse the repository at this point in the history
preparing for 'read the docs'
  • Loading branch information
afraniomelo authored Aug 24, 2024
2 parents 560ebf3 + 8c4e6d5 commit c28c292
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "2"

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

python:
install:
- requirements: docs/source/requirements.txt

sphinx:
configuration: docs/source/conf.py
5 changes: 5 additions & 0 deletions docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sphinx
sphinx-rtd-theme
sphinx-autodocgen
sphinxcontrib-napoleon
myst-nb

0 comments on commit c28c292

Please sign in to comment.