~ubuntu-branches/ubuntu/vivid/mako/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/build/conf.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-10 20:38:26 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20140610203826-5gtppywd9v3gf14a
Tags: 1.0.0-1
* New upstream release
* Add python-changelog and python-sphinx-paramlinks to Build-Depends
  (needed while rebuilding documentation)
* Enable Python 3.X tests during build (add necessary packages to
  Build-Depends)
* Update links to upstream changelog (now points to changelog.rst)
* Add lintian override for source-is-missing doc/searchindex.js
  (this file is generated by sphinx-build, all sources are in the tarball)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#                'sphinx.ext.doctest', 'builder.builders']
32
32
 
33
33
extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx',
34
 
                'sphinx.ext.doctest', 'builder.builders']
 
34
                'changelog', 'sphinx_paramlinks',
 
35
                'builder.builders']
 
36
 
 
37
changelog_render_ticket = "https://bitbucket.org/zzzeek/mako/issue/%s/"
 
38
 
 
39
changelog_render_pullreq = {
 
40
    "bitbucket": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
 
41
    "default": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
 
42
    "github": "https://github.com/zzzeek/mako/pull/%s",
 
43
}
35
44
 
36
45
# Add any paths that contain templates here, relative to this directory.
37
46
templates_path = ['templates']