<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests/roots, branch 3.2.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>C, fix links to function parameters</title>
<updated>2020-10-13T10:42:19+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-10-13T10:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=15251574a97ffa13b9c62255733296c2a3ab50b4'/>
<id>15251574a97ffa13b9c62255733296c2a3ab50b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING</title>
<updated>2020-08-13T13:57:12+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-12T15:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=611fff975e9c1b3972fd9e2dfd7a96d3d8d8cdb7'/>
<id>611fff975e9c1b3972fd9e2dfd7a96d3d8d8cdb7</id>
<content type='text'>
`typing.get_type_hints()` raises NameError when the target object
contains unresolavable type annotation (ex. TYPE_CHECKING).  This
handles the exception and use unresolved annotations for type hints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`typing.get_type_hints()` raises NameError when the target object
contains unresolavable type annotation (ex. TYPE_CHECKING).  This
handles the exception and use unresolved annotations for type hints.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8041: autodoc: An ivar on super class is not shown unexpectedly</title>
<updated>2020-08-07T15:21:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-02T16:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=88b2ec6c34fb405cf468475e6f2a7754e2c705eb'/>
<id>88b2ec6c34fb405cf468475e6f2a7754e2c705eb</id>
<content type='text'>
An annotated instance variable on super class is not documented when
derived class has also other annotated instance variables because
`obj.__annotations__` is overrided by derived class's type hints.

To get annotations of the target class correctly, this scans MRO to
get all of annotated instance variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An annotated instance variable on super class is not documented when
derived class has also other annotated instance variables because
`obj.__annotations__` is overrided by derived class's type hints.

To get annotations of the target class correctly, this scans MRO to
get all of annotated instance variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #6698: doctest: Add :no-trim-doctest-flags: options</title>
<updated>2020-08-05T14:39:05+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-01T05:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=059dc108bab759711acb9491dfb4162e7cce8d4c'/>
<id>059dc108bab759711acb9491dfb4162e7cce8d4c</id>
<content type='text'>
To control trimming doctest flags manually, this adds new options
:trim-doctest-flags: and :no-trim-doctest-flags: to doctest
directives.  It helps to describes doctest module itself in python
doc (see #6698).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To control trimming doctest flags manually, this adds new options
:trim-doctest-flags: and :no-trim-doctest-flags: to doctest
directives.  It helps to describes doctest module itself in python
doc (see #6698).
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: test: Rename target.enum to target.enums</title>
<updated>2020-08-02T17:30:30+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-02T17:30:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c0157cf074a813979c46f68e3bdcfa248e0bf16e'/>
<id>c0157cf074a813979c46f68e3bdcfa248e0bf16e</id>
<content type='text'>
Using "enum" for module name bothers me on debugging errors because
it sometimes raises ImportError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "enum" for module name bothers me on debugging errors because
it sometimes raises ImportError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8032: autodoc: A typehint for inherited ivars is not shown</title>
<updated>2020-08-02T09:27:03+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-01T13:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5d301b44b948da336435c458245766709b6d2042'/>
<id>5d301b44b948da336435c458245766709b6d2042</id>
<content type='text'>
This tries to import the parent object for the instance attribute
to get type annotations for the variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This tries to import the parent object for the instance attribute
to get type annotations for the variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #8011: autosummary: Support instance attributes</title>
<updated>2020-08-01T10:19:18+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-01T09:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=92e863fb24d2fe1dff596530340b30e35f36e677'/>
<id>92e863fb24d2fe1dff596530340b30e35f36e677</id>
<content type='text'>
This allows the autosummary directive to take instance attributes to
build documents for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the autosummary directive to take instance attributes to
build documents for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7927 from jnothman/name-case-clash</title>
<updated>2020-07-23T16:07:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-23T16:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=da174138af24859f3e7b72cdbb78270ad0e99987'/>
<id>da174138af24859f3e7b72cdbb78270ad0e99987</id>
<content type='text'>
Add autosummary_filename_map config to avoid clashes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add autosummary_filename_map config to avoid clashes</pre>
</div>
</content>
</entry>
<entry>
<title>Remove irrelevant test RST</title>
<updated>2020-07-23T07:27:57+00:00</updated>
<author>
<name>Joel Nothman</name>
<email>joel.nothman@gmail.com</email>
</author>
<published>2020-07-23T07:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=144f18a5284f1df792bd1ba217d6d35a7a20d8dc'/>
<id>144f18a5284f1df792bd1ba217d6d35a7a20d8dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #5208: linkcheck: Support checks for local links</title>
<updated>2020-07-19T10:08:14+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-09T11:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f95ba21f4a4dd1cade2f554b1d3afa7b322be1e4'/>
<id>f95ba21f4a4dd1cade2f554b1d3afa7b322be1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
