Skip to content

Commit

Permalink
docs: use intersphinx to link between projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jflatow committed Apr 26, 2012
1 parent 0a5f42e commit 290a4a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/conf.py
Expand Up @@ -23,7 +23,10 @@


# 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.doctest', 'sphinx.ext.todo'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.intersphinx']

intersphinx_mapping = {'discodb': ('http://discoproject.org/doc/discodb', None),
'discodex': ('http://discoproject.org/doc/discodex', 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']
Expand Down

0 comments on commit 290a4a6

Please sign in to comment.