File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# General information about the project.
47
47
project = "napari-matplotlib"
48
- copyright = "2015 , David Stansby"
48
+ copyright = "2022 , David Stansby"
49
49
author = "David Stansby"
50
50
51
51
# The version info for the project you're documenting, acts as replacement for
107
107
108
108
# The theme to use for HTML and HTML Help pages. See the documentation for
109
109
# a list of builtin themes.
110
- html_theme = "alabaster"
110
+ html_theme = 'pydata_sphinx_theme'
111
111
112
112
# Theme options are theme-specific and customize the look and feel of a theme
113
113
# further. For a list of options available for each theme, see the
136
136
# Add any paths that contain custom static files (such as style sheets) here,
137
137
# relative to this directory. They are copied after the builtin static files,
138
138
# so a file named "default.css" will overwrite the builtin "default.css".
139
- html_static_path = ["_static" ]
139
+ # html_static_path = ["_static"]
140
140
141
141
# Add any extra paths that contain custom files (such as robots.txt or
142
142
# .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 =
48
48
napari-matplotlib = napari_matplotlib:napari.yaml
49
49
50
50
[options.extras_require]
51
+ docs =
52
+ pydata-sphinx-theme
51
53
testing =
52
54
napari[pyqt5]
53
55
pytest
You can’t perform that action at this time.
0 commit comments