Skip to content

Commit

Permalink
Debugging RTD errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Jul 1, 2018
1 parent c86b404 commit 23ecf23
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 @@ -52,7 +52,7 @@
# source_suffix = ['.rst', '.md']

from recommonmark.parser import CommonMarkParser
from recommonmark.transform import AutoStructify
#from recommonmark.transform import AutoStructify

source_parsers = {
'.md': CommonMarkParser,
Expand Down Expand Up @@ -175,4 +175,4 @@ def setup(app):
'enable_auto_doc_ref': True,
'character_level_inline_markup': False,
}, True)
app.add_transform(AutoStructify)
# app.add_transform(AutoStructify)

0 comments on commit 23ecf23

Please sign in to comment.