Permalink
Browse files
Remove Markdown support from Sphinx documentation
- Loading branch information...
Showing
with
6 additions
and
7 deletions.
-
+6
−5
docs/source/conf.py
-
+0
−2
docs/source/index.rst
|
|
@@ -15,7 +15,7 @@ |
|
|
import os
|
|
|
import sys
|
|
|
|
|
|
from recommonmark.parser import CommonMarkParser
|
|
|
# from recommonmark.parser import CommonMarkParser
|
|
|
|
|
|
|
|
|
sys.path.insert(0, os.path.abspath('../dragonfire/'))
|
|
|
@@ -60,11 +60,12 @@ |
|
|
# The suffix(es) of source filenames.
|
|
|
# You can specify multiple suffix as a list of string:
|
|
|
|
|
|
source_parsers = {
|
|
|
'.md': CommonMarkParser,
|
|
|
}
|
|
|
# source_parsers = {
|
|
|
# '.md': CommonMarkParser,
|
|
|
# }
|
|
|
|
|
|
source_suffix = ['.rst', '.md']
|
|
|
# source_suffix = ['.rst', '.md']
|
|
|
source_suffix = '.rst'
|
|
|
|
|
|
# The master toctree document.
|
|
|
master_doc = 'index'
|
|
|
|
|
|
@@ -10,8 +10,6 @@ Welcome to Dragonfire's documentation! |
|
|
:maxdepth: 2
|
|
|
:caption: Contents:
|
|
|
|
|
|
README
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
0 comments on commit
2a31dc1