File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4545
4646# General information about the project.
4747project = "napari-matplotlib"
48- copyright = "2015 , David Stansby"
48+ copyright = "2022 , David Stansby"
4949author = "David Stansby"
5050
5151# The version info for the project you're documenting, acts as replacement for
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
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
Original file line number Diff line number Diff 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
5153testing =
5254 napari[pyqt5]
5355 pytest
You can’t perform that action at this time.
0 commit comments