<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc, 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>A happy new year!</title>
<updated>2021-01-01T04:40:48+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-31T17:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f9968594206e538f13fa1c27c065027f10d4ea27'/>
<id>f9968594206e538f13fa1c27c065027f10d4ea27</id>
<content type='text'>
.. note::

   $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \;
   $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.. note::

   $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \;
   $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
</pre>
</div>
</content>
</entry>
<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>Merge pull request #8533 from tk0miya/deprecate_no_docstring</title>
<updated>2020-12-13T16:32:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-13T16:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=399210c807babaa03ae794bb2cd29d13cf8aebc9'/>
<id>399210c807babaa03ae794bb2cd29d13cf8aebc9</id>
<content type='text'>
refactor: Deprecate `no_docstring` argument for Documenter.add_content()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor: Deprecate `no_docstring` argument for Documenter.add_content()</pre>
</div>
</content>
</entry>
<entry>
<title>Describe the intersphinx mapping a bit more</title>
<updated>2020-12-13T13:04:55+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-12-13T12:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=bac6ab8d0c6754b2ced39f7a6f1041b921ffb205'/>
<id>bac6ab8d0c6754b2ced39f7a6f1041b921ffb205</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 `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>Merge pull request #8291 from QuentinSoubeyran/8285_napoleon_google_style_use_annotations</title>
<updated>2020-11-28T09:11:30+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-28T09:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=da4c69c624d763ced712804c23f847e165db2f43'/>
<id>da4c69c624d763ced712804c23f847e165db2f43</id>
<content type='text'>
Fix #8285: napoleon can use PEP526 annotations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #8285: napoleon can use PEP526 annotations</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8488 from tk0miya/deprecate_InstanceAttributeDecorator</title>
<updated>2020-11-26T11:13:03+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-26T11:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e6e23aa45b9191655fb7790b0b97826ce663119a'/>
<id>e6e23aa45b9191655fb7790b0b97826ce663119a</id>
<content type='text'>
refactor: Deprecate InstanceAttributeDocumenter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor: Deprecate InstanceAttributeDocumenter</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #6629: linkcheck: Handle rate-limiting</title>
<updated>2020-11-25T16:34:55+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-10-04T19:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6b90a63f0862f4cbc31621d0daff8f52fde3ee64'/>
<id>6b90a63f0862f4cbc31621d0daff8f52fde3ee64</id>
<content type='text'>
Follow the Retry-After header if present, otherwise use an exponential
back-off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow the Retry-After header if present, otherwise use an exponential
back-off.
</pre>
</div>
</content>
</entry>
</feed>
