diff --git a/docs/source/conf.py b/docs/source/conf.py index 66f94a990..5bb22c349 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,7 +90,6 @@ todo_include_todos = False - # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -115,7 +114,7 @@ # # This is required for the alabaster theme # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars -#html_sidebars = {} +# html_sidebars = {} # -- Options for HTMLHelp output ------------------------------------------ @@ -172,4 +171,4 @@ (master_doc, 'jwql', 'jwql Documentation', author, 'jwql', 'One line description of project.', 'Miscellaneous'), -] \ No newline at end of file +] diff --git a/setup.py b/setup.py index 90020aff4..63f6c9cbe 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,11 @@ VERSION = '0.17.0' -AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, Graham Kanarek' -AUTHORS += 'Johannes Sahlmann, Lauren Chambers, Catherine Martlin' +AUTHORS = 'Matthew Bourque, Sara Ogaz, Joe Filippazzo, Bryan Hilbert, Misty Cracraft, ' +AUTHORS += 'Graham Kanarek, Johannes Sahlmann, Lauren Chambers, Catherine Martlin' -REQUIRES = ['astroquery', 'bokeh==1.0.1', 'django==2.1.2', 'matplotlib', 'numpy', 'python-dateutil', 'sphinx', 'sphinx-automodapi', 'sqlalchemy'] +REQUIRES = ['astroquery', 'bokeh==1.0.1', 'django==2.1.2', 'matplotlib', 'numpy', + 'python-dateutil', 'sphinx', 'sphinx-automodapi', 'sqlalchemy'] setup( name='jwql', @@ -23,4 +24,4 @@ install_requires=REQUIRES, include_package_data=True, include_dirs=[np.get_include()], - ) \ No newline at end of file +)