From a15dd80dd29e56a6ba195c5414532fcbb1d40a29 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 15 Dec 2014 12:16:39 +1000 Subject: Fix up types within API documentation Correct the type signature of some API documentation. Add inter-sphinx mapping to documentation to provide links to external docs. Correct some phrases and errors. Change-Id: Id4a71a9901e5adc695afed656e3bc84e4e54e67a --- doc/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index 30d0259..f256fd4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,6 +42,7 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage', + 'sphinx.ext.intersphinx', 'oslosphinx', # NOTE(blk-u): Uncomment the [pbr] section in setup.cfg and # remove this Sphinx extension when @@ -232,3 +233,8 @@ latex_documents = [ # If false, no module index is generated. #latex_use_modindex = True + +intersphinx_mapping = { + 'python': ('http://docs.python.org/', None), + 'osloconfig': ('http://docs.openstack.org/developer/oslo.config/', None), +} -- cgit v1.2.1