~ubuntu-branches/debian/sid/pexpect/sid

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-01-26 11:22:03 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140126112203-g1rvj001b7cxpyat
Tags: 3.1-1
* Team upload.
* New upstream release
* debian/control: 
  - In -doc, add breaks/replaces on python-pexcept <<3. Closes: #732915
  - Drop python-pexcept-doc to Suggests in both other packages. 
    Closes: #732889
  - Bump standards-version to 3.9.5 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# If extensions (or modules to document with autodoc) are in another directory,
17
17
# add these directories to sys.path here. If the directory is relative to the
18
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
 
#sys.path.insert(0, os.path.abspath('.'))
 
19
sys.path.insert(0, os.path.abspath('sphinxext'))
20
20
 
21
21
# -- General configuration -----------------------------------------------------
22
22
 
25
25
 
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
 
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode']
 
28
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
 
29
              'sphinx.ext.viewcode', 'github',  # for easy GitHub links
 
30
              ]
 
31
 
 
32
github_project_url = "https://github.com/pexpect/pexpect"
29
33
 
30
34
# Add any paths that contain templates here, relative to this directory.
31
35
templates_path = ['_templates']
48
52
# built documents.
49
53
#
50
54
# The short X.Y version.
51
 
version = '3.0'
 
55
version = '3.1'
52
56
# The full version, including alpha/beta/rc tags.
53
 
release = '3.0'
 
57
release = '3.1'
54
58
 
55
59
# The language for content autogenerated by Sphinx. Refer to documentation
56
60
# for a list of supported languages.