]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix docs generation to avoid getting confused by __module__ rewritten
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Nov 2020 03:13:35 +0000 (03:13 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Nov 2020 03:21:01 +0000 (03:21 +0000)
commit250a28702b4c6709009603ddaa0a4d6d3689d104
tree8085ebfd0d0160f311a5c307aa24886e3dc01dfe
parent47d73ce63e8bca46676aeeee4955539f36043d9d
Fix docs generation to avoid getting confused by __module__ rewritten

Autodoc features which need the original module get confused, so e.g. pq
enum members or Notify attribute docs are lost if not fixed.
docs/connection.rst
docs/errors.rst
docs/lib/pg3_docs.py