mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Added missing extension in conf.py. Added missing library in requirements.txt. Sphinx is only compatible with docutils<0.17
This commit is contained in:
parent
0031f262cc
commit
64bf75efb1
@ -4,7 +4,7 @@
|
||||
|
||||
import os
|
||||
|
||||
extensions = ['sphinx.ext.imgmath', 'sphinx.ext.viewcode']
|
||||
extensions = ['sphinx.ext.imgmath', 'sphinx.ext.viewcode', 'sphinx_rtd_theme']
|
||||
templates_path = ['_templates']
|
||||
source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
@ -2,3 +2,4 @@ recommonmark
|
||||
Sphinx
|
||||
sphinx-autobuild
|
||||
sphinx-rtd-theme
|
||||
docutils==0.16
|
||||
|
Loading…
Reference in New Issue
Block a user