Merge branch 'master' into agj/update-translations-rebase

This commit is contained in:
Anthony 2019-07-25 00:30:04 -06:00 committed by GitHub
commit f38476ec89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@ This theme is distributed on PyPI_ and can be installed with ``pip``:
.. code:: console
pip install sphinx_rtd_theme
pip install sphinx-rtd-theme
To use the theme in your Sphinx project, you will need to add the following to
your ``conf.py`` file:

View File

@ -230,6 +230,10 @@
line-height: 0
font-size: 90%
// Horizontal lists have multiple columns; use full width
.hlist
width: 100%
// Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table
// so I have to write a bunch of unique stuff for Sphinx to style them up differently like it's 2003.
table.docutils.citation, table.docutils.footnote

View File

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