updated docs

This commit is contained in:
Ace
2020-05-29 04:18:25 +02:00
parent c1ab877bee
commit b4617fc102
5 changed files with 58 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ copyright = '2020, Ace Isace'
author = 'Ace Isace'
# The full version, including alpha/beta/rc tags
release = '0.1'
release = '2.0.0beta'
# -- General configuration ---------------------------------------------------
@@ -30,7 +30,7 @@ release = '0.1'
# 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']
extensions = ['sphinx.ext.autodoc', 'sphinxemoji.sphinxemoji']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']