Skip to content

Commit 7bcfc84

Browse files
committed
Updated sphinx config to use version 1.4+.
1 parent 273e816 commit 7bcfc84

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

docs/source/conf.py

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
# import sys
1717
# sys.path.insert(0, os.path.abspath('.'))
1818

19-
# -- Extension Imports -------------------------------------------------------
20-
21-
from recommonmark.parser import CommonMarkParser
22-
2319
# -- Project information -----------------------------------------------------
2420

2521
project = 'camel_tools'
@@ -29,14 +25,14 @@
2925
# The short X.Y version
3026
version = '1.5'
3127
# The full version, including alpha/beta/rc tags
32-
release = '1.5.2'
28+
release = '1.5.3'
3329

3430

3531
# -- General configuration ---------------------------------------------------
3632

3733
# If your documentation needs a minimal Sphinx version, state it here.
3834
#
39-
# needs_sphinx = '1.0'
35+
needs_sphinx = '1.4'
4036

4137
# Add any Sphinx extension module names here, as strings. They can be
4238
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -45,7 +41,8 @@
4541
'sphinx.ext.napoleon',
4642
'sphinx.ext.autodoc',
4743
'sphinx.ext.githubpages',
48-
'sphinx.ext.intersphinx'
44+
'sphinx.ext.intersphinx',
45+
'recommonmark'
4946
]
5047

5148
intersphinx_mapping = {
@@ -55,11 +52,6 @@
5552
# Add any paths that contain templates here, relative to this directory.
5653
templates_path = ['_templates']
5754

58-
# Source parsers
59-
source_parsers = {
60-
'.md': CommonMarkParser,
61-
}
62-
6355
# The suffix(es) of source filenames.
6456
# You can specify multiple suffix as a list of string:
6557
#

0 commit comments

Comments
 (0)