Skip to content

Commit

Permalink
readthedocs better install
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 22, 2024
1 parent d639fa1 commit 22ca0e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
test = ["pytest"]
docs = ["nbsphinx",
"nbconvert",
"pygments>=2.4.2",
"Jinja2==3.1.3",
"sphinx-book-theme"]

[project.urls]
Homepage = "https://github.com/arjunsavel/SImMER"
Expand Down
5 changes: 4 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ submodules:

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

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit 22ca0e1

Please sign in to comment.