Skip to content

Commit

Permalink
include version and date in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed May 9, 2018
1 parent 2f207ef commit be870f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

|build| |cov|

:Release: |release|
:Date: |today|

Ready to use analysis and buildings blocks to write parallel analysis algorithms
using MDAnalysis_ with dask_.

Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@
# General information about the project.
project = u'PMDA'
author = u'Max Linke, Mahzad Khoshlessan, Richard J Gowers, Oliver Beckstein'
copyright = u'2017, ' + author
copyright = u'2018, ' + author


# 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.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1'
release = __import__('pmda').__version__
# The short X.Y version.
version = ".".join(release.split('.')[:2])

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit be870f5

Please sign in to comment.