Skip to content

Commit

Permalink
Add Font Awesome support
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <volker.theile@openmediavault.org>
  • Loading branch information
votdev committed Jan 19, 2018
1 parent 9c034a0 commit 5f8bc57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions administration/services/netatalk.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Netatalk (plugin)
#################
Netatalk :fa:`puzzle-piece`
###########################

Overview
--------
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sphinx_fontawesome

# -- General configuration ------------------------------------------------

Expand All @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = ['sphinx_fontawesome']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
sphinx-autobuild
sphinx_rtd_theme
sphinx_fontawesome

0 comments on commit 5f8bc57

Please sign in to comment.