update intersphinx configuration, add sphinxcontrib.issuetracker configuration
This commit is contained in:
parent
7013bfad46
commit
3dc1cf28b0
12
docs/conf.py
12
docs/conf.py
@ -28,10 +28,12 @@ sys.path.append(os.path.dirname(os.path.abspath('.')))
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinxcontrib.issuetracker']
|
||||
|
||||
# link to sqlalchemy docs
|
||||
intersphinx_mapping = {'http://www.sqlalchemy.org/docs/06/': None}
|
||||
intersphinx_mapping = {
|
||||
'sqlalchemy': ('http://www.sqlalchemy.org/docs/', None),
|
||||
'python': ('http://docs.python.org/2.7', None)}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
@ -92,6 +94,12 @@ exclude_trees = ['_build']
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
# Options for sphinxcontrib.issuetracker
|
||||
# --------------------------------------
|
||||
|
||||
issuetracker = 'google code'
|
||||
issuetracker_project = 'sqlalchemy-migrate'
|
||||
|
||||
|
||||
# Options for HTML output
|
||||
# -----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user