diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-11-26 00:26:23 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-11-26 00:26:23 +0100 |
| commit | 907a19e123bfe2a8bfdf1b69c16d73c61f27e7a3 (patch) | |
| tree | 93711b4dae3d0f5fb2853429aafb85d7dba72ca4 /docs/conf.py | |
| parent | fb9bd7f445081b024c7a1c7dfab8949d2e6496fb (diff) | |
| download | psutil-907a19e123bfe2a8bfdf1b69c16d73c61f27e7a3.tar.gz | |
GIT pre-commit script: exit if line ends with space
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9fa163b6..2267b5d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,7 @@ def get_version(): else: raise ValueError("couldn't find version string") + VERSION = get_version() # If your documentation needs a minimal Sphinx version, state it here. |
