<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/extdev/deprecated.rst, branch 7727_autosummary_PycodeError</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>autodoc: deprecate SingledispatchFunctionDocumenter</title>
<updated>2020-10-04T04:50:10+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T04:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2d37ba44193aac1f7082382ceb34e85078e64a32'/>
<id>2d37ba44193aac1f7082382ceb34e85078e64a32</id>
<content type='text'>
In #7487, SingledispatchFunctionDocumenter is merged into
FunctionDocumenter.  SingledispatchMethodDocumenter is also.  As a result,
They are no longer needed.  So this deprecates them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In #7487, SingledispatchFunctionDocumenter is merged into
FunctionDocumenter.  SingledispatchMethodDocumenter is also.  As a result,
They are no longer needed.  So this deprecates them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #8081: latex: Allow to add LaTeX package until writing tex file</title>
<updated>2020-09-20T16:01:49+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-09T17:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5ef4825b57c8fd84488e38f7f5cf78ccf3d72698'/>
<id>5ef4825b57c8fd84488e38f7f5cf78ccf3d72698</id>
<content type='text'>
This postpones the evaluation of LaTeX packages via
``app.add_latex_package()`` to just before writing .tex file.  That
allows extensions to add LaTeX packages during reading and resolving
phase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This postpones the evaluation of LaTeX packages via
``app.add_latex_package()`` to just before writing .tex file.  That
allows extensions to add LaTeX packages during reading and resolving
phase.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: autodoc: Add `EMPTY` that matches to no members</title>
<updated>2020-08-02T16:59:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-01T16:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=46f0b3063d0fc4498a31787bacfe3047ccaec788'/>
<id>46f0b3063d0fc4498a31787bacfe3047ccaec788</id>
<content type='text'>
Add a special class `_Empty` to make the comparison of
:exclude-members: option simply.  It never matches to any members.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a special class `_Empty` to make the comparison of
:exclude-members: option simply.  It never matches to any members.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #8034: autodoc: :private-member: can take an list of member names</title>
<updated>2020-08-01T16:27:14+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-01T16:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d7a84e83ccde33ff7a1c770fa20b02bce82554d3'/>
<id>d7a84e83ccde33ff7a1c770fa20b02bce82554d3</id>
<content type='text'>
Now :private-member: option can take an explicit list of member names to
be documented as its arguments (like :special-members: does).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now :private-member: option can take an explicit list of member names to
be documented as its arguments (like :special-members: does).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7993: texinfo: TypeError is raised for nested object descriptions</title>
<updated>2020-07-25T13:57:12+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-22T18:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e98f39d21d788490aa5fa974a2e26c01fbb75785'/>
<id>e98f39d21d788490aa5fa974a2e26c01fbb75785</id>
<content type='text'>
The texinfo writer remembers the current desc node to render
a desc_annotation node.  This makes the mechanism robust to support
nested object descriptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The texinfo writer remembers the current desc node to render
a desc_annotation node.  This makes the mechanism robust to support
nested object descriptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate sphinx.util:rpartition()</title>
<updated>2020-05-09T13:00:04+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-02T16:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=891c659cedf3acd04c093a316099eac613062bf7'/>
<id>891c659cedf3acd04c093a316099eac613062bf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate ignore parameter for Documenter.get_doc()</title>
<updated>2020-05-02T16:59:47+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-02T16:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1ba671a6771be858078207d5d8848f7962417b07'/>
<id>1ba671a6771be858078207d5d8848f7962417b07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: AutosummaryRender</title>
<updated>2020-04-24T16:25:00+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-04-24T16:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e5192ba48b45576e636e7dce82ad9183051443ed'/>
<id>e5192ba48b45576e636e7dce82ad9183051443ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Deprecate unused parameters</title>
<updated>2020-04-23T13:54:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-04-23T13:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0374d217d4968d98767f7f4d2940aaa526efc43d'/>
<id>0374d217d4968d98767f7f4d2940aaa526efc43d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: autosummary: Change first argument for AutosummaryRenderer</title>
<updated>2020-04-23T13:51:23+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-04-12T11:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=931bfcca88317450968f56e2c69e378746a7937c'/>
<id>931bfcca88317450968f56e2c69e378746a7937c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
