<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/extdev, branch 3.4.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>refactor: Move _getmro() to sphinx.util.inspect module</title>
<updated>2020-12-16T15:46:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-16T15:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=36e684bf83d14e587f0bf48eb0980f41ab66733e'/>
<id>36e684bf83d14e587f0bf48eb0980f41ab66733e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate sphinx.util.osutil.movefile() in favor of os.replace()</title>
<updated>2020-12-13T17:36:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-12-13T17:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=cb4f76fca28348cbf9410410dcac7bcfd2359a53'/>
<id>cb4f76fca28348cbf9410410dcac7bcfd2359a53</id>
<content type='text'>
The utility function movefile() was added in
677d096393bca948eea8fad252bd859ed8142309 to handle existing files on
Windows. Since Python 3.3, the stdlib function os.replace() fills this
role.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The utility function movefile() was added in
677d096393bca948eea8fad252bd859ed8142309 to handle existing files on
Windows. Since Python 3.3, the stdlib function os.replace() fills this
role.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Deprecate `no_docstring` argument for Documenter.add_content()</title>
<updated>2020-12-12T17:11:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-12T17:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3638a9e4d15526272f3ba3f735a20c30d98cea14'/>
<id>3638a9e4d15526272f3ba3f735a20c30d98cea14</id>
<content type='text'>
This deprecates `no_docstring` argument for Documenter.add_content().
After this change, please use Documenter.get_doc() to control (suppress)
the content of the python object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This deprecates `no_docstring` argument for Documenter.add_content().
After this change, please use Documenter.get_doc() to control (suppress)
the content of the python object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8503: autoattribute could not create document for a GenericAlias</title>
<updated>2020-11-29T03:24:10+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-28T04:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=bb63f030346829d05997efc3ec4713b3c937f3d5'/>
<id>bb63f030346829d05997efc3ec4713b3c937f3d5</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 InstanceAttributeDocumenter</title>
<updated>2020-11-25T16:22:25+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-25T16:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=93c9ce5cd8cf3e393e7ce5a793418425bf7605d1'/>
<id>93c9ce5cd8cf3e393e7ce5a793418425bf7605d1</id>
<content type='text'>
InstanceAttributeDocumenter is merged into AttributeDocumenter in #7946
and #8444. So it is no longer needed now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
InstanceAttributeDocumenter is merged into AttributeDocumenter in #7946
and #8444. So it is no longer needed now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate SlotsAttributeDocumenter</title>
<updated>2020-11-24T10:36:14+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-24T10:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ab844c3f27661523d02f66ac1515b525d895e22f'/>
<id>ab844c3f27661523d02f66ac1515b525d895e22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.x' into 8460_TypeVar</title>
<updated>2020-11-23T04:58:41+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-23T04:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5ebacaec89b53f5506dfd443ab41e0034733cd42'/>
<id>5ebacaec89b53f5506dfd443ab41e0034733cd42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8464 from tk0miya/deprecate_Documenter.get_object_members</title>
<updated>2020-11-23T04:24:20+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-23T04:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=64498ad0dbab86fa42f5556d7bc84baf719cefda'/>
<id>64498ad0dbab86fa42f5556d7bc84baf719cefda</id>
<content type='text'>
Deprecate Documenter.get_object_members()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate Documenter.get_object_members()</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Move _getannotations() to sphinx.util.inspect</title>
<updated>2020-11-22T06:38:01+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-21T04:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a57ce4047c20764c19900005b7ae0b49037789c3'/>
<id>a57ce4047c20764c19900005b7ae0b49037789c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8460: autodata directive does not display the detail of TypeVars</title>
<updated>2020-11-22T04:57:48+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-21T10:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9eb96d5c793280f5cef932f012cb38a67393af11'/>
<id>9eb96d5c793280f5cef932f012cb38a67393af11</id>
<content type='text'>
The details are only shown when automodule directive is used.  This
allows to document them via other auto* directives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The details are only shown when automodule directive is used.  This
allows to document them via other auto* directives.
</pre>
</div>
</content>
</entry>
</feed>
