Skip to content

Commit 297998e

Browse files
committed
Use pydata theme for docs
1 parent b3b201e commit 297998e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# General information about the project.
4747
project = "napari-matplotlib"
48-
copyright = "2015, David Stansby"
48+
copyright = "2022, David Stansby"
4949
author = "David Stansby"
5050

5151
# The version info for the project you're documenting, acts as replacement for
@@ -107,7 +107,7 @@
107107

108108
# The theme to use for HTML and HTML Help pages. See the documentation for
109109
# a list of builtin themes.
110-
html_theme = "alabaster"
110+
html_theme = 'pydata_sphinx_theme'
111111

112112
# Theme options are theme-specific and customize the look and feel of a theme
113113
# further. For a list of options available for each theme, see the
@@ -136,7 +136,7 @@
136136
# Add any paths that contain custom static files (such as style sheets) here,
137137
# relative to this directory. They are copied after the builtin static files,
138138
# so a file named "default.css" will overwrite the builtin "default.css".
139-
html_static_path = ["_static"]
139+
# html_static_path = ["_static"]
140140

141141
# Add any extra paths that contain custom files (such as robots.txt or
142142
# .htaccess) here, relative to this directory. These files are copied

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ napari.manifest =
4848
napari-matplotlib = napari_matplotlib:napari.yaml
4949

5050
[options.extras_require]
51+
docs =
52+
pydata-sphinx-theme
5153
testing =
5254
napari[pyqt5]
5355
pytest

0 commit comments

Comments
 (0)