emoji in docs
This commit is contained in:
parent
68fe1102e4
commit
bacc3eb851
3 changed files with 14 additions and 2 deletions
|
@ -9,7 +9,12 @@ banana
|
|||
Features
|
||||
--------
|
||||
|
||||
- TODO
|
||||
- Supports multiple, super-interesting bases: banana |:banana:|, ananas |:pineapple:|, ribes |:grapes:|, avocado |:avocado:|
|
||||
- Encode and decode easily
|
||||
- Check validity of encoded words
|
||||
- Generate random words |:game_die:|
|
||||
- It's easy to support additional bases based on the same principles |:jigsaw:|
|
||||
|
||||
|
||||
Credits
|
||||
-------
|
||||
|
|
|
@ -31,7 +31,12 @@ import banana
|
|||
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'm2r']
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.viewcode",
|
||||
"m2r",
|
||||
"sphinxemoji.sphinxemoji",
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
|
@ -8,6 +8,8 @@ coverage==4.5.4
|
|||
Sphinx==1.8.5
|
||||
m2r==0.2.1
|
||||
twine==1.14.0
|
||||
sphinxemoji==0.1.7
|
||||
|
||||
|
||||
pytest==4.6.5
|
||||
pytest-runner==5.1
|
||||
|
|
Loading…
Reference in a new issue