From: aplatkouski <5857672+aplatkouski@users.noreply.github.com> Date: Thu, 11 Jun 2020 14:26:25 +0000 (+0300) Subject: Replace '.. currentmodule: ' with '.. currentmodule:: ' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0d3bb058a99d28f8797f63db276bdebfb94e16;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Replace '.. currentmodule: ' with '.. currentmodule:: ' Signed-off-by: aplatkouski <5857672+aplatkouski@users.noreply.github.com> --- diff --git a/doc/build/core/internals.rst b/doc/build/core/internals.rst index e5a710011a..965c03fd9f 100644 --- a/doc/build/core/internals.rst +++ b/doc/build/core/internals.rst @@ -5,7 +5,7 @@ Core Internals Some key internal constructs are listed here. -.. currentmodule: sqlalchemy +.. currentmodule:: sqlalchemy .. autoclass:: sqlalchemy.engine.interfaces.Compiled :members: diff --git a/doc/build/orm/internals.rst b/doc/build/orm/internals.rst index c9683e1458..08434d3bbe 100644 --- a/doc/build/orm/internals.rst +++ b/doc/build/orm/internals.rst @@ -6,7 +6,7 @@ ORM Internals Key ORM constructs, not otherwise covered in other sections, are listed here. -.. currentmodule: sqlalchemy.orm +.. currentmodule:: sqlalchemy.orm .. autoclass:: sqlalchemy.orm.state.AttributeState :members: