guzzle / guzzle_sphinx_theme

Sphinx theme used by Guzzle
MIT License
169 stars 60 forks source link

Support for code-block captions #38

Closed tristanlins closed 5 years ago

tristanlins commented 6 years ago

Source:

.. code-block:: xml
   :caption: navigation

    <plug plugin="navigation" name="main-navigation">
      <config xmlns="http://example.com/example.com/acme-inc/framework/plugin/navigation/config">
        <depth min="4" max="4"/>
      </config>
    </plug>

Before: screenshot_20180719_160010

After: screenshot_20180720_131544

tristanlins commented 6 years ago

I revised the layout again. It now looks a bit more modern and less clumsy. :-)