~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Henrik Ingo
  • Date: 2011-10-01 19:47:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2429.
  • Revision ID: henrik.ingo@avoinelama.fi-20111001194731-hkymy4dex9xh6ol0
Our manual links to the Python manual (or probably this is the Sphinx
documentation). This is done with an intersphinx reference, part of
which consists of fetching http://docs.python.org/objects.inv when
one builds using "make" or "make [dir]html". This means that it is
impossible to build Drizzle without network connection, (such as on
an airplane, train) because failing to fetch that URL will make the 
build fail. (Warnings are errors.)

This changes the sphinx configuration file to use a local copy of the
file instead, and adds the file to the repo. It is now possible to build
Drizzle without network connection.

It will be necessary to update the local copy in docs/python-inv.txt
from time to time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
 
255
255
 
256
256
# Example configuration for intersphinx: refer to the Python standard library.
257
 
intersphinx_mapping = {'http://docs.python.org/': None}
 
257
intersphinx_mapping = {'python': ('http://docs.python.org/3.2', 'python-inv.txt')}
258
258
 
259
259
[extensions]
260
260
todo_include_todos=True