File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 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
2521project = 'camel_tools'
2925# The short X.Y version
3026version = '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
4541 'sphinx.ext.napoleon' ,
4642 'sphinx.ext.autodoc' ,
4743 'sphinx.ext.githubpages' ,
48- 'sphinx.ext.intersphinx'
44+ 'sphinx.ext.intersphinx' ,
45+ 'recommonmark'
4946]
5047
5148intersphinx_mapping = {
5552# Add any paths that contain templates here, relative to this directory.
5653templates_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#
You can’t perform that action at this time.
0 commit comments