|
|
@@ -15,8 +15,7 @@ |
|
|
|
|
|
|
|
import sys |
|
|
|
from os.path import join, dirname |
|
|
|
import os |
|
|
|
import shlex |
|
|
|
from recommonmark.parser import CommonMarkParser |
|
|
|
|
|
|
|
# If extensions (or modules to document with autodoc) are in another directory, |
|
|
|
# add these directories to sys.path here. If the directory is relative to the |
|
|
@@ -45,6 +44,9 @@ |
|
|
|
|
|
|
|
# The suffix(es) of source filenames. |
|
|
|
# You can specify multiple suffix as a list of string: |
|
|
|
source_parsers = { |
|
|
|
'.md': CommonMarkParser, |
|
|
|
} |
|
|
|
source_suffix = ['.rst', '.md'] |
|
|
|
|
|
|
|
# The encoding of source files. |
|
|
@@ -116,7 +118,7 @@ |
|
|
|
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for |
|
|
|
# a list of builtin themes. |
|
|
|
html_theme = 'nature' |
|
|
|
html_theme = 'alabaster' |
|
|
|
|
|
|
|
# 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 |
|
|
|
0 comments on commit
b21ff1b