~ubuntu-branches/ubuntu/wily/pytest/wily

« back to all changes in this revision

Viewing changes to .pc/local-intersphinx/doc/en/conf.py

  • Committer: Package Import Robot
  • Author(s): Sebastian Ramacher
  • Date: 2015-07-05 17:45:55 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20150705174555-y8zgemc3xtpf9e69
Tags: 2.7.2-1
* Team upload.
* New upstream release.
* debian/control:
  - Bump version requirements for python(,3)-py to >= 1.4.29.
  - Drop obsolete Breaks and Replaces.
  - Add dh-python to Build-Depends.
  - Bump version requirements for debhelper to >= 9.
* debian/compat: Bump to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#
18
18
# The full version, including alpha/beta/rc tags.
19
19
# The short X.Y version.
20
 
version = "2.7"
21
 
release = "2.7.0"
22
 
 
23
 
import sys, os
 
20
 
 
21
import os, sys
 
22
sys.path.insert(0, os.path.dirname(__file__))
 
23
import _getdoctarget
 
24
 
 
25
version = _getdoctarget.get_minor_version_string()
 
26
release = _getdoctarget.get_version_string()
24
27
 
25
28
# If extensions (or modules to document with autodoc) are in another directory,
26
29
# add these directories to sys.path here. If the directory is relative to the
54
57
 
55
58
# General information about the project.
56
59
project = u'pytest'
57
 
copyright = u'2014, holger krekel'
 
60
copyright = u'2015, holger krekel and pytest-dev team'
58
61
 
59
62
 
60
63