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 11sphinx
2- sphinx_rtd_theme
32sphinx-gallery
43sphinx-toggleprompt
4+ pydata-sphinx-theme
Original file line number Diff line number Diff line change 1414import sys
1515from datetime import datetime
1616
17- import sphinx_rtd_theme
18-
1917import skmatter
2018
2119
8785
8886# The theme to use for HTML and HTML Help pages. See the documentation for
8987# a list of builtin themes.
90- html_theme = "sphinx_rtd_theme "
88+ html_theme = "pydata_sphinx_theme "
9189
9290# Theme options are theme-specific and customize the look and feel of a theme
9391# further. For a list of options available for each theme, see the
9492# documentation.
9593# html_theme_options = {}
9694
9795# 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 = []
9997
10098# The name for this set of Sphinx documents. If None, it defaults to
10199# "<project> v<release> documentation".
102- # html_title = None
100+ html_title = f" { project } v { release } "
103101
104102# A shorter title for the navigation bar. Default is the same as html_title.
105103# html_short_title = None
Original file line number Diff line number Diff line change 55 :end-before: marker-contributing
66
77.. toctree ::
8- :maxdepth: 1
9- :caption: Contents:
8+ :hidden:
109
1110 getting-started
1211 installation
You can’t perform that action at this time.
0 commit comments