diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-08 11:45:37 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-09 08:47:50 -0500 |
commit | 9f06e912f6a0db45c80d41e94eea65caae7a7c90 (patch) | |
tree | 9aff45bf5750e334d75957da15372a9947ebd8b5 /src/python-systemd | |
parent | 80cb917e6248c15fd4a95d29954b3fd1e3d66b06 (diff) |
systemd-python: provide version info to sphinx
Diffstat (limited to 'src/python-systemd')
-rw-r--r-- | src/python-systemd/docs/conf.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/python-systemd/docs/conf.py b/src/python-systemd/docs/conf.py index 4a55778b7d..ad3f0023c7 100644 --- a/src/python-systemd/docs/conf.py +++ b/src/python-systemd/docs/conf.py @@ -42,15 +42,6 @@ master_doc = 'index' # General information about the project. project = u'python-systemd' -# 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 = '197' -# The full version, including alpha/beta/rc tags. -release = '197' - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None |