Skip to content

Commit

Permalink
adding requirements in accepted way
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed Nov 15, 2023
1 parent 32b152d commit 71d69df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ build:
python:
install:
- requirements: requirements.txt # Path to your requirements.txt file
- requirements: docs/requirements.txt # Path to your requirements.txt file
- method: pip
path: . # Install the package itself
- method: pip
extra_requirements:
- wheel
- sphinx
- sphinx_rtd_theme
- nbsphinx # Additional dependency for Jupyter Notebook integration

# python:
# install:
Expand Down
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
wheel
sphinx
sphinx_rtd_theme
nbsphinx

0 comments on commit 71d69df

Please sign in to comment.