Skip to content

Commit

Permalink
DOC: Fix compatibility with Sphinx 1.8
Browse files Browse the repository at this point in the history
From https://www.sphinx-doc.org/en/master/usage/markdown.html:
"Changed in version 1.8: Version 1.8 deprecates and version 3.0 removes the source_parsers configuration variable that was used by older recommonmark versions."
  • Loading branch information
lassoan committed May 21, 2020
1 parent 475a51c commit 47b845f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

source_parsers = {
'.md': CommonMarkParser,
}

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
Expand Down

0 comments on commit 47b845f

Please sign in to comment.