<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git, branch 7996_man_make_section_directory</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Close #7996: manpage: Add man_make_section_directory</title>
<updated>2020-10-03T13:30:20+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T13:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=178c05b0597e144fdc2117c7b46ac15723a290e8'/>
<id>178c05b0597e144fdc2117c7b46ac15723a290e8</id>
<content type='text'>
Add a new config variable; man_make_section_directory to make a
section directory on build man page.  During 3.x, it defaults to
False and will be changed to True on 4.0 release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new config variable; man_make_section_directory to make a
section directory on build man page.  During 3.x, it defaults to
False and will be changed to True on 4.0 release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8272 from francoisfreitag/strip_whitespaces</title>
<updated>2020-10-03T12:42:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T12:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=88b81a06eb635a1596617f8971fa97a84c069e93'/>
<id>88b81a06eb635a1596617f8971fa97a84c069e93</id>
<content type='text'>
Strip trailing whitespaces and normalize line endings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Strip trailing whitespaces and normalize line endings</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8269 from francoisfreitag/raise-anchor</title>
<updated>2020-10-03T12:42:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T12:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=1eaa06844ef4a229ff0b2926708ba5727ab2cf53'/>
<id>1eaa06844ef4a229ff0b2926708ba5727ab2cf53</id>
<content type='text'>
Fix #8268: make linkcheck report HTTP errors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #8268: make linkcheck report HTTP errors</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8268: make linkcheck report HTTP errors</title>
<updated>2020-10-03T12:33:29+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-10-03T10:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=5ea8ee133dfac71e58d1d6fb8f6b38a7ba249a7c'/>
<id>5ea8ee133dfac71e58d1d6fb8f6b38a7ba249a7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip trailing whitespaces and normalize line endings</title>
<updated>2020-10-03T11:47:01+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-10-03T11:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=5166dd194c27b63d2211e70272d9a39ffda36744'/>
<id>5166dd194c27b63d2211e70272d9a39ffda36744</id>
<content type='text'>
Trailing whitespace do not have impact on the result, they are just
unused bytes. Most text editors are configured to strip trailing
whitespaces. Remove them all in one go.

Update a handful of files to use the UNIX line ending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trailing whitespace do not have impact on the result, they are just
unused bytes. Most text editors are configured to strip trailing
whitespaces. Remove them all in one go.

Update a handful of files to use the UNIX line ending.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8007 from tk0miya/6518_autodoc_typehints_evaluation</title>
<updated>2020-10-03T07:13:18+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-03T07:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=1e2ccd8f0eca0870cf6f8fce6934e2da8eba9b72'/>
<id>1e2ccd8f0eca0870cf6f8fce6934e2da8eba9b72</id>
<content type='text'>
Close #6518: autodoc: Add autodoc_type_aliases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #6518: autodoc: Add autodoc_type_aliases</pre>
</div>
</content>
</entry>
<entry>
<title>Close #6518: autodoc: Add autodoc_type_aliases</title>
<updated>2020-10-03T07:03:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-26T07:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=f2c0dfe7c454589d9a2681369e51a0d073bfd4ba'/>
<id>f2c0dfe7c454589d9a2681369e51a0d073bfd4ba</id>
<content type='text'>
autodoc_type_aliases allows to keep user defined type alises not
evaluated in the generated document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autodoc_type_aliases allows to keep user defined type alises not
evaluated in the generated document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8226 from tk0miya/fix_typo_in_latex_builder</title>
<updated>2020-10-02T16:27:24+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-02T16:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=9175da437ed84e43b00ed4c28ccfe629260d3c13'/>
<id>9175da437ed84e43b00ed4c28ccfe629260d3c13</id>
<content type='text'>
latex: Fix a typo (refs: #8206)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
latex: Fix a typo (refs: #8206)</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES for PR #8142</title>
<updated>2020-10-02T16:25:50+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-02T16:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=1ff1f3cf5b2f3402074d84395a0374fee8ac2a9e'/>
<id>1ff1f3cf5b2f3402074d84395a0374fee8ac2a9e</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 #8142 from jcarrano/typing-generic-signatures</title>
<updated>2020-10-02T16:23:36+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-02T16:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=ec06f5571ede25613aca90c7cfe41519c925533a'/>
<id>ec06f5571ede25613aca90c7cfe41519c925533a</id>
<content type='text'>
autodoc: fix constructor signatures for classes derived from typing.Generic</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autodoc: fix constructor signatures for classes derived from typing.Generic</pre>
</div>
</content>
</entry>
</feed>
