diff --git a/README.md b/README.md index da12242a6..b3f208287 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,7 @@ another machine to fit your needs. To generate the `sphinx` documentation, run: ```bash -conda install sphinx sphinx_rtd_theme numpydoc -pip install recommonmark +conda install sphinx sphinx_rtd_theme numpydoc recommonmark cd docs make html ``` diff --git a/docs/conf.py b/docs/conf.py index cdd051eff..d9a7031e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,17 +61,17 @@ u'LA-CC-13-047; Land Ice: LA-CC-13-117) and the University ' \ u'Corporation for Atmospheric Research (UCAR)' author = u'Xylar Asay-Davis, Milena Veneziani, Phillip Wolfram, ' \ - u'Luke Van Roekel, Greg Streletz, Mark Petersen, Adrian Turner, ' \ - u'Matthew Hoffman' + u'Luke Van Roekel, Greg Streletz, Mark Petersen, Stephen Price, ' \ + u'Joseph Kennedy, Adrian Turner, Matthew Hoffman, Jeremy Fyke' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u'0.5' +version = u'0.6.5' # The full version, including alpha/beta/rc tags. -release = u'0.5' +release = u'0.6.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.