Skip to content

Commit

Permalink
readthedocs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas authored Oct 22, 2023
1 parent 06102b9 commit 9d5d12d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Required
version: 2

# Image to use
build:
image: testing
os: "ubuntu-22.04"
tools:
python: "3.9"

sphinx:
configuration: docs/conf.py

# Configuration
python:
version: 3.9
install:
- requirements: docs/requirements.txt
- method: pip
path: .
- requirements: docs/requirements.txt
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
example.md
changelog.md
autoapi/index
conduct.md
contributing.md
```
3 changes: 0 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
sphinx
sphinx-autoapi
sphinx-rtd-theme
pandas
numpy
myst-parser
scikit-learn
importlib_resources

0 comments on commit 9d5d12d

Please sign in to comment.