File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
3737your ``conf.py `` file:
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2828
2929 < ul class ="wy-breadcrumbs ">
3030 {% block breadcrumbs %}
31- < li > < a href ="{{ pathto(master_doc) }} "> {{ _('Docs') }} </ a > »</ li >
31+ < li > < a href ="{{ pathto(master_doc) }} " class =" icon icon-home " > </ a > »</ li >
3232 {% for doc in parents %}
3333 < li > < a href ="{{ doc.link|e }} "> {{ doc.title }}</ a > »</ li >
3434 {% endfor %}
You can’t perform that action at this time.
0 commit comments