docs: Add sphinx-emoji support

pull/1746/head
Noah Gorny 2020-12-16 20:01:02 +02:00
parent e1372dd5bd
commit 9ca6841e20
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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