File tree Expand file tree Collapse file tree 4 files changed +7
-40
lines changed Expand file tree Collapse file tree 4 files changed +7
-40
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,15 @@ installation.
19
19
20
20
See the ``docs/conf.py `` file for other settings.
21
21
22
- There are three main templates that replace the defaults in ``pydata-sphinx-theme ``:
22
+ There are two main templates that replace the defaults in ``pydata-sphinx-theme ``:
23
23
24
24
.. code-block ::
25
25
26
- navbar_start = mpl_navbar_logo.html
27
26
navbar_center = mpl_nav_bar.html
28
27
navbar_end = mpl_icon_links.html
29
28
30
- Note that the option `` html_logo `` need not be specified as it is included
31
- in `` mpl_sphinx_theme/mpl_navbar_logo.html ``. The logo is stored at
29
+ Note that the logo options need not be specified as they are included in theme
30
+ initialization. The logo is stored at
32
31
``mpl_sphinx_theme/static/images/logo2.svg ``.
33
32
34
33
To change the top navbar, edit ``mpl_sphinx_theme/mpl_nav_bar.html ``
Original file line number Diff line number Diff line change @@ -20,16 +20,15 @@ line in your conf.py file
20
20
And by including ``mpl_sphinx_theme `` as a requirement in your documentation
21
21
installation.
22
22
23
- There are three main templates that replace the defaults in ``pydata-sphinx-theme ``:
23
+ There are two main templates that replace the defaults in ``pydata-sphinx-theme ``:
24
24
25
25
.. code-block ::
26
26
27
- navbar_start = mpl_navbar_logo.html
28
27
navbar_center = mpl_nav_bar.html
29
28
navbar_end = mpl_icon_links.html
30
29
31
- Note that the option `` html_logo `` need not be specified as it is included
32
- in `` mpl_sphinx_theme/mpl_navbar_logo.html ``. The logo is stored at
30
+ Note that the logo options need not be specified as they are included in theme
31
+ initialization. The logo is stored at
33
32
``mpl_sphinx_theme/static/images/logo2.svg ``.
34
33
35
34
To change the top navbar, edit ``mpl_sphinx_theme/mpl_nav_bar.html ``
@@ -77,4 +76,4 @@ Configuration for this demo
77
76
78
77
The full ``conf.py `` is
79
78
80
- .. literalinclude :: conf.py
79
+ .. literalinclude :: conf.py
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ stylesheet = css/style.css
4
4
5
5
[options]
6
6
navbar_links = absolute
7
- # navbar_start = mpl_navbar_logo.html
8
7
navbar_center = mpl_nav_bar.html
9
8
navbar_end = theme-switcher.html, mpl_icon_links.html
10
9
logo = images/logo2.svg
You can’t perform that action at this time.
0 commit comments