]> gitweb.fluxo.info Git - templater.git/commitdiff
Fix sphinx and main Makefile location
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jan 2018 16:14:57 +0000 (14:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Jan 2018 16:14:57 +0000 (14:14 -0200)
share/templater/sphinx/files/_static/.empty [moved from share/templater/sphinx/_static/.empty with 100% similarity]
share/templater/sphinx/files/conf.py
share/templater/templater/files/Makefile [moved from share/templater/basic/files/Makefile with 100% similarity]

index 6bc7b9adb381799266a3c0d99e188b1e510d3083..a605478561e9305fa0930d02225eef194b60c116 100644 (file)
@@ -30,8 +30,15 @@ extensions = []
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 
+# Parsers
+# See http://www.sphinx-doc.org/en/stable/markdown.html
+source_parsers = {
+  '.md': 'recommonmark.parser.CommonMarkParser',
+}
+
 # The suffix of source filenames.
-source_suffix = '.rst'
+#source_suffix = '.rst'
+source_suffix = ['.rst', '.md']
 
 # The encoding of source files.
 #source_encoding = 'utf-8-sig'
@@ -91,9 +98,9 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-#html_theme = "sphinx_rtd_theme"
-#html_theme_path = ["_themes/sphinx_rtd_theme", ]
-html_theme = 'default'
+#html_theme = 'default'
+html_theme = "sphinx_rtd_theme"
+html_theme_path = ["_themes/sphinx_rtd_theme", ]
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the