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
2222
2323 navbar_start = mpl_navbar_logo.html
2424 navbar_center = mpl_nav_bar.html
25- navbar_end = mpl_icon_links.html
25+ navbar_end = mpl_icon_links.html
2626
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 ``.
3030
3131To change the top navbar, edit ``mpl_sphinx_theme/mpl_nav_bar.html ``
3232
@@ -47,9 +47,11 @@ The built html pages can be found in ``doc/_build/html/``
4747Releasing
4848---------
4949
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
5151automagically.
5252
53+ - be sure to edit `mpl_sphinx_theme/_version.py `
54+
5355.. code-block ::
5456
5557 $ git checkout <commit-hash>
You can’t perform that action at this time.
0 commit comments