Permalink
Browse files

Remove Markdown support from Sphinx documentation

  • Loading branch information...
mertyildiran committed Aug 3, 2018
1 parent b1818c4 commit 2a31dc1a8215e0f4a18d795438be5cb4d6c26431
Showing with 6 additions and 7 deletions.
  1. +6 −5 docs/source/conf.py
  2. +0 −2 docs/source/index.rst
View
@@ -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'
View
@@ -10,8 +10,6 @@ Welcome to Dragonfire's documentation!
:maxdepth: 2
:caption: Contents:
README
Indices and tables

0 comments on commit 2a31dc1

Please sign in to comment.