Skip to content

Instantly share code, notes, and snippets.

@pborenstein
Last active January 8, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pborenstein/ad3932379d02b80fe630 to your computer and use it in GitHub Desktop.
Save pborenstein/ad3932379d02b80fe630 to your computer and use it in GitHub Desktop.
How to use font-awesome glyphs with the RDT theme
How to use font-awesome glyphs in sphinx
========================================
.. comment
Put the following lines somewhere in your file.
.. |folder-open| raw:: html
<span class="fa fa-folder-open" style="color: red;"></span>
To use the icon, just include it in text like this |folder-open|.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment