Skip to content

Commit 18f652a

Browse files
authored
Doc readme for dist (#48)
* DOC: minor change to readme * DOC: minor change to readme * DOC: minor change to readme
1 parent 244b0cb commit 18f652a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3131
To 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/``
4747
Releasing
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
5151
automagically.
5252

53+
- be sure to edit `mpl_sphinx_theme/_version.py`
54+
5355
.. code-block::
5456
5557
$ git checkout <commit-hash>

0 commit comments

Comments
 (0)