Skip to content

Commit

Permalink
Fix conf py
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Aug 4, 2020
1 parent 69b23fa commit aaec8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from recommonmark.transform import AutoStructify

source_parsers = {
'.md': CommonMarkParser,
# '.md': CommonMarkParser,
}


Expand Down Expand Up @@ -63,7 +63,7 @@ def setup(app):
source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'markdown',
'.md': 'markdown',
# '.md': 'markdown',
}

# The master toctree document.
Expand Down

0 comments on commit aaec8a3

Please sign in to comment.