Skip to content

Commit

Permalink
Merge pull request #141 from mrava87/build-pydatatheme
Browse files Browse the repository at this point in the history
fix: added pydata-sphinx-theme to env file
  • Loading branch information
mrava87 authored Oct 9, 2023
2 parents 54bc6ba + 9c65689 commit a9f3249
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import sys
import os
import datetime
import sphinx_rtd_theme
import sphinx_gallery
from sphinx_gallery.sorting import ExampleTitleSortKey
from pyproximal import __version__
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- bm3d
- pytest-runner
- setuptools_scm
- sphinx-rtd-theme
- pydata-sphinx-theme
- sphinx-gallery
- nbsphinx
- image
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pytest-runner
setuptools_scm
docutils<0.18
Sphinx==4.2.0
sphinx-rtd-theme
sphinx-gallery
pydata-sphinx-theme
numpydoc
Expand Down

0 comments on commit a9f3249

Please sign in to comment.