Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down