update intersphinx configuration, add sphinxcontrib.issuetracker configuration
This commit is contained in:
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
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# 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
|
# 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.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
@@ -92,6 +94,12 @@ exclude_trees = ['_build']
|
|||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
pygments_style = 'sphinx'
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
|
# Options for sphinxcontrib.issuetracker
|
||||||
|
# --------------------------------------
|
||||||
|
|
||||||
|
issuetracker = 'google code'
|
||||||
|
issuetracker_project = 'sqlalchemy-migrate'
|
||||||
|
|
||||||
|
|
||||||
# Options for HTML output
|
# Options for HTML output
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
Reference in New Issue
Block a user