Skip to content

Commit

Permalink
Docs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Feb 6, 2024
1 parent 02990c5 commit 43bdb03
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
version: 2

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

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


2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pandas
numba<0.59
sphinx_rtd_dark_mode
joblib
mock
recommonmark

0 comments on commit 43bdb03

Please sign in to comment.