Skip to content

Commit

Permalink
adjust the docs to use pip instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jul 20, 2024
1 parent 068dbaa commit 1e08a13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ sphinx:
build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
python: "3.12"

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


# Optionally build your docs in additional formats such as PDF and ePub
Expand Down
10 changes: 10 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
../.
graphviz
matplotlib >=3.8.4
nbsphinx
numpy >=2.0.0
numpydoc==1.1.0
pip >=21.3.1
pydata_sphinx_theme>=0.15.2
sphinxcontrib-napoleon
typing-extensions==3.10.*

0 comments on commit 1e08a13

Please sign in to comment.