Skip to content

Commit a9f3249

Browse files
authored
Merge pull request #141 from mrava87/build-pydatatheme
fix: added pydata-sphinx-theme to env file
2 parents 54bc6ba + 9c65689 commit a9f3249

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import sys
33
import os
44
import datetime
5-
import sphinx_rtd_theme
65
import sphinx_gallery
76
from sphinx_gallery.sorting import ExampleTitleSortKey
87
from pyproximal import __version__

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- bm3d
2121
- pytest-runner
2222
- setuptools_scm
23-
- sphinx-rtd-theme
23+
- pydata-sphinx-theme
2424
- sphinx-gallery
2525
- nbsphinx
2626
- image

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pytest-runner
1111
setuptools_scm
1212
docutils<0.18
1313
Sphinx==4.2.0
14-
sphinx-rtd-theme
1514
sphinx-gallery
1615
pydata-sphinx-theme
1716
numpydoc

0 commit comments

Comments
 (0)