Skip to content

Commit

Permalink
Add docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Sep 18, 2024
1 parent 4a9b5aa commit de9b628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ python:
install:
- method: pip
path: .
extra_requirements:
- docs
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
'nbsphinx',
'sphinx>=1.8',
],
extras_require={
'docs': [
"sphinx_rtd_theme",
"ipython",
]
},
entry_points = {
}
)
Expand Down

0 comments on commit de9b628

Please sign in to comment.