File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ There are three main templates that replace the defaults in ``pydata-sphinx-them
22
22
23
23
navbar_start = mpl_navbar_logo.html
24
24
navbar_center = mpl_nav_bar.html
25
- navbar_end = mpl_icon_links.html
25
+ navbar_end = mpl_icon_links.html
26
26
27
- Note that the option ``html_logo `` need not be specified as it is included
28
- in ``mpl_sphinx_theme/mpl_navbar_logo.html ``. The logo is stored at
29
- ``mpl_sphinx_theme/static/images/logo2.svg ``.
27
+ Note that the option ``html_logo `` need not be specified as it is included
28
+ in ``mpl_sphinx_theme/mpl_navbar_logo.html ``. The logo is stored at
29
+ ``mpl_sphinx_theme/static/images/logo2.svg ``.
30
30
31
31
To change the top navbar, edit ``mpl_sphinx_theme/mpl_nav_bar.html ``
32
32
@@ -47,9 +47,11 @@ The built html pages can be found in ``doc/_build/html/``
47
47
Releasing
48
48
---------
49
49
50
- Manually for now... see the todo below for how we hope to eventually do it
50
+ Manually for now... see the todo below for how we hope to eventually do it
51
51
automagically.
52
52
53
+ - be sure to edit `mpl_sphinx_theme/_version.py `
54
+
53
55
.. code-block ::
54
56
55
57
$ git checkout <commit-hash>
You can’t perform that action at this time.
0 commit comments