Last active
January 8, 2016 20:49
-
-
Save pborenstein/ad3932379d02b80fe630 to your computer and use it in GitHub Desktop.
How to use font-awesome glyphs with the RDT theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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