mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
Merge #1877
1877: Fix missing bullet points and styling in documentation r=nextgens a=Diman0 ## What type of PR? Bug-fix ## What does this PR do? It brings back the bullet points and correct styling to the documentation. Conf.py was missing an extension declaration. The requirement docutils was missing. Currently Sphinx only supports docutils 0.16. To see the issue yourself compare Ok: https://mailu.io/1.7/ Not Ok: https://mailu.io/1.8. ### Related issue(s) - None ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Diman0 <diman@huisman.xyz>
This commit is contained in:
commit
f9e49dc43a
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
extensions = ['sphinx.ext.imgmath', 'sphinx.ext.viewcode']
|
extensions = ['sphinx.ext.imgmath', 'sphinx.ext.viewcode', 'sphinx_rtd_theme']
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
@ -2,3 +2,4 @@ recommonmark
|
|||||||
Sphinx
|
Sphinx
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
|
docutils==0.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user