Skip to content

Commit f38476e

Browse files
authored
Merge branch 'master' into agj/update-translations-rebase
2 parents d426c11 + bad2112 commit f38476e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This theme is distributed on PyPI_ and can be installed with ``pip``:
3131

3232
.. code:: console
3333
34-
pip install sphinx_rtd_theme
34+
pip install sphinx-rtd-theme
3535
3636
To use the theme in your Sphinx project, you will need to add the following to
3737
your ``conf.py`` file:

sass/_theme_rst.sass

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@
230230
line-height: 0
231231
font-size: 90%
232232

233+
// Horizontal lists have multiple columns; use full width
234+
.hlist
235+
width: 100%
236+
233237
// Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table
234238
// so I have to write a bunch of unique stuff for Sphinx to style them up differently like it's 2003.
235239
table.docutils.citation, table.docutils.footnote

sphinx_rtd_theme/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<ul class="wy-breadcrumbs">
3030
{% block breadcrumbs %}
31-
<li><a href="{{ pathto(master_doc) }}">{{ _('Docs') }}</a> &raquo;</li>
31+
<li><a href="{{ pathto(master_doc) }}" class="icon icon-home"></a> &raquo;</li>
3232
{% for doc in parents %}
3333
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
3434
{% endfor %}

0 commit comments

Comments
 (0)