Adding example detailing how to add a new file to the documentation + adding fonts.

This commit is contained in:
LysandreJik
2019-07-09 10:11:29 -04:00
parent 6847e30e1c
commit 269e73b601
11 changed files with 48 additions and 9 deletions

View File

@@ -41,7 +41,8 @@ release = u'1.0.0'
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.napoleon'
'sphinx.ext.napoleon',
'recommonmark'
]