~drizzle-trunk/drizzle/development

  • Committer: Henrik Ingo
  • Date: 2011-10-01 19:47:31 UTC
  • 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.
Filename Latest Rev Last Changed Committer Comment Size
..
docs 2397.1.1 13 years ago Daniel Nichter Skeleton documentation for all plugins, more compl Diff
connection_id.cc 2241.3.2 13 years ago Olaf van der Spek Refactor Session::variables 2.1 KB Diff Download File
plugin.ini 2397.1.1 13 years ago Daniel Nichter Skeleton documentation for all plugins, more compl 133 bytes Diff Download File