docs: Add sphinx-emoji support
This commit is contained in:
@@ -31,7 +31,8 @@ release = ''
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx_rtd_theme'
|
'sphinx_rtd_theme',
|
||||||
|
'sphinxemoji.sphinxemoji',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
sphinx == 3.2.1
|
sphinx==3.2.1
|
||||||
sphinx-rtd-theme==0.5.0
|
sphinx-rtd-theme==0.5.0
|
||||||
|
sphinxemoji==0.1.8
|
||||||
|
|||||||
Reference in New Issue
Block a user