|
|
@@ -26,10 +26,11 @@ extensions = [ |
|
|
'sphinx.ext.mathjax', |
|
|
'sphinx.ext.mathjax', |
|
|
'sphinx.ext.viewcode', |
|
|
'sphinx.ext.viewcode', |
|
|
'sphinx_rtd_theme', |
|
|
'sphinx_rtd_theme', |
|
|
|
|
|
'recommonmark', |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
templates_path = ['_templates'] |
|
|
templates_path = ['_templates'] |
|
|
source_suffix = '.rst' |
|
|
|
|
|
|
|
|
source_suffix = ['.rst', '.md'] |
|
|
exclude_patterns = [] |
|
|
exclude_patterns = [] |
|
|
# locale_dirs = ['locale/'] |
|
|
# locale_dirs = ['locale/'] |
|
|
gettext_compact = False |
|
|
gettext_compact = False |
|
|
|