diff --git a/docs/conf.py b/docs/conf.py index d418a3a..3cf752d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,8 +40,8 @@ # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = ['.rst', '.md'] +# source_suffix = '.rst' # The master toctree document. master_doc = 'index' @@ -130,7 +130,7 @@ latex_documents = [ (master_doc, 'pysonofflanr3.tex', u'pySonoffLAN Documentation', - u'Andrew Beveridge', 'manual'), + u'Matt Saxon', 'manual'), ]