File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
sphinx
2
- sphinx_rtd_theme
3
2
sphinx-gallery
4
3
sphinx-toggleprompt
4
+ pydata-sphinx-theme
Original file line number Diff line number Diff line change 14
14
import sys
15
15
from datetime import datetime
16
16
17
- import sphinx_rtd_theme
18
-
19
17
import skmatter
20
18
21
19
87
85
88
86
# The theme to use for HTML and HTML Help pages. See the documentation for
89
87
# a list of builtin themes.
90
- html_theme = "sphinx_rtd_theme "
88
+ html_theme = "pydata_sphinx_theme "
91
89
92
90
# Theme options are theme-specific and customize the look and feel of a theme
93
91
# further. For a list of options available for each theme, see the
94
92
# documentation.
95
93
# html_theme_options = {}
96
94
97
95
# Add any paths that contain custom themes here, relative to this directory.
98
- html_theme_path = [sphinx_rtd_theme . get_html_theme_path () ]
96
+ # html_theme_path = []
99
97
100
98
# The name for this set of Sphinx documents. If None, it defaults to
101
99
# "<project> v<release> documentation".
102
- # html_title = None
100
+ html_title = f" { project } v { release } "
103
101
104
102
# A shorter title for the navigation bar. Default is the same as html_title.
105
103
# html_short_title = None
Original file line number Diff line number Diff line change 5
5
:end-before: marker-contributing
6
6
7
7
.. toctree ::
8
- :maxdepth: 1
9
- :caption: Contents:
8
+ :hidden:
10
9
11
10
getting-started
12
11
installation
You can’t perform that action at this time.
0 commit comments