We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54bc6ba + 9c65689 commit a9f3249Copy full SHA for a9f3249
docs/source/conf.py
@@ -2,7 +2,6 @@
2
import sys
3
import os
4
import datetime
5
-import sphinx_rtd_theme
6
import sphinx_gallery
7
from sphinx_gallery.sorting import ExampleTitleSortKey
8
from pyproximal import __version__
environment-dev.yml
@@ -20,7 +20,7 @@ dependencies:
20
- bm3d
21
- pytest-runner
22
- setuptools_scm
23
- - sphinx-rtd-theme
+ - pydata-sphinx-theme
24
- sphinx-gallery
25
- nbsphinx
26
- image
requirements-dev.txt
@@ -11,7 +11,6 @@ pytest-runner
11
setuptools_scm
12
docutils<0.18
13
Sphinx==4.2.0
14
-sphinx-rtd-theme
15
sphinx-gallery
16
pydata-sphinx-theme
17
numpydoc
0 commit comments