Skip to content

Commit

Permalink
UPDATE conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Gazdikova committed Jun 16, 2017
1 parent d2bc7e7 commit 58bb2b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions read-the-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ['.rst']
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
Expand Down Expand Up @@ -94,7 +94,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = [sphinx_rtd_theme.get_html_theme_path()]
html_static_path = ['nstatic']


# -- Options for HTMLHelp output ------------------------------------------
Expand Down Expand Up @@ -153,7 +153,5 @@
'Miscellaneous'),
]

source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}


0 comments on commit 58bb2b6

Please sign in to comment.