Skip to content

Commit

Permalink
Update sphinx with recommonmark (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhyav656 authored and mariobehling committed Oct 31, 2019
1 parent 71df783 commit befb205
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Path setup --------------------------------------------------------------

Expand Down Expand Up @@ -34,7 +34,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_rtd_theme",
"sphinx_rtd_theme",
'recommonmark'
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -59,3 +60,5 @@
html_static_path = ['_static']

master_doc = 'index'

source_suffix = ['.rst', '.md']

0 comments on commit befb205

Please sign in to comment.