diff --git a/docs/conf.py b/docs/conf.py index c68d2882..b9eab6ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,9 +12,9 @@ copyright = '2018-2023, Christer Edwards' author = 'Christer Edwards' # The short X.Y version -version = '0.10.20231013' +version = '0.10.20231125' # The full version, including alpha/beta/rc tags -release = '0.10.20231013-beta' +release = '0.10.20231125-beta' # -- General configuration --------------------------------------------------- @@ -26,10 +26,10 @@ templates_path = ['_templates'] source_suffix = ['.rst', '.md'] -from recommonmark.parser import CommonMarkParser -source_parsers = { - '.md': CommonMarkParser, -} +#from recommonmark.parser import CommonMarkParser +#source_parsers = { +# '.md': CommonMarkParser, +#} master_doc = 'index' language = None