Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
add .readthedocs.yaml
  • Loading branch information
biamat-algo committed Dec 9, 2024
1 parent 0dce341 commit 7d7bd36
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
.idea

# C extensions
*.so
Expand Down
15 changes: 15 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

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

python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt

sphinx:
configuration: docs/source/conf.py

0 comments on commit 7d7bd36

Please sign in to comment.