patch-doc_src_conf_py 726 B

12345678910111213141516
  1. $OpenBSD: patch-doc_src_conf_py,v 1.1 2016/05/15 18:13:44 shadchin Exp $
  2. Prevent build from calling out to the internet.
  3. --- doc/src/conf.py.orig Sun Apr 17 12:22:00 2016
  4. +++ doc/src/conf.py Sun Apr 17 12:22:24 2016
  5. @@ -23,7 +23,7 @@ sys.path.append(os.path.abspath('tools/lib'))
  6. # Add any Sphinx extension module names here, as strings. They can be extensions
  7. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
  8. extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.ifconfig',
  9. - 'sphinx.ext.doctest', 'sphinx.ext.intersphinx' ]
  10. + 'sphinx.ext.doctest']
  11. # Specific extensions for Psycopg documentation.
  12. extensions += [ 'dbapi_extension', 'sql_role', 'ticket_role' ]