<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc, branch v2.4.3</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>Adding documentation</title>
<updated>2020-02-21T23:41:46+00:00</updated>
<author>
<name>Vince Salvino</name>
<email>salvino@coderedcorp.com</email>
</author>
<published>2020-02-21T23:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9fdc18d8def12c7ca90d8dee300211ba36c28171'/>
<id>9fdc18d8def12c7ca90d8dee300211ba36c28171</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 #7113 from tk0miya/6327_apidoc_init.so</title>
<updated>2020-02-09T01:50:45+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-09T01:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f751ab832efbf0d811ea65e25dbd6c801ea6bab0'/>
<id>f751ab832efbf0d811ea65e25dbd6c801ea6bab0</id>
<content type='text'>
Fix #6327: apidoc: Support a python package consisted of __init__.so file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #6327: apidoc: Support a python package consisted of __init__.so file</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7109 from sphinx-doc/6033_doc_for_tocdepth</title>
<updated>2020-02-08T09:37:06+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-08T09:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1e5342faa9147c7a3c60e41dc7671e88f6795855'/>
<id>1e5342faa9147c7a3c60e41dc7671e88f6795855</id>
<content type='text'>
docs: Add a restriction note about tocdepth (refs: #6033)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: Add a restriction note about tocdepth (refs: #6033)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #6327: apidoc: Support a python package consisted of __init__.so file</title>
<updated>2020-02-08T09:11:48+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-08T09:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=dee8b9eddb1c9341036f56fd6ca905d1a1c66cd6'/>
<id>dee8b9eddb1c9341036f56fd6ca905d1a1c66cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: apidoc.shall_skip()</title>
<updated>2020-02-08T08:59:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-08T08:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9d301e5b8146c5810a66b2f60a4b79d99934e3fb'/>
<id>9d301e5b8146c5810a66b2f60a4b79d99934e3fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Add a restriction note about tocdepth (refs: #6033)</title>
<updated>2020-02-07T14:59:20+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-07T14:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f6acd061f33fd2f1b9b33760660556bed66c5333'/>
<id>f6acd061f33fd2f1b9b33760660556bed66c5333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable arrow keys when a modifier key is pressed (#7089)</title>
<updated>2020-02-07T12:08:51+00:00</updated>
<author>
<name>Matthias Geier</name>
<email>Matthias.Geier@gmail.com</email>
</author>
<published>2020-02-07T12:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=327778ca22b168255f76f72f98e290c7d415d0c3'/>
<id>327778ca22b168255f76f72f98e290c7d415d0c3</id>
<content type='text'>
* Disable arrow keys when a modifier key is pressed

Closes #7088.

* #7088 document key navigation option

* add change note for #7088

Co-authored-by: Timotheus Kampik &lt;timotheus.kampik@signavio.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Disable arrow keys when a modifier key is pressed

Closes #7088.

* #7088 document key navigation option

* add change note for #7088

Co-authored-by: Timotheus Kampik &lt;timotheus.kampik@signavio.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '2.0' into 6772_apidoc_quiet_mode</title>
<updated>2020-02-02T14:59:52+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-02T14:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7c90a051447809afeca619e99265609fdfb433a5'/>
<id>7c90a051447809afeca619e99265609fdfb433a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py domain: Support type annotations for variables</title>
<updated>2020-02-01T03:58:27+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-01-30T04:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=179a1f9cc2832f2abc24c0e574f86f4aa6e7e632'/>
<id>179a1f9cc2832f2abc24c0e574f86f4aa6e7e632</id>
<content type='text'>
This adds ``:type:`` and ``:value:`` options to both ``py:data``
and ``py:attribute`` directives.  It allows to describe its
annotation in detail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds ``:type:`` and ``:value:`` options to both ``py:data``
and ``py:attribute`` directives.  It allows to describe its
annotation in detail.
</pre>
</div>
</content>
</entry>
<entry>
<title>apidoc: Add ``-q`` option for quiet mode (refs: #6772)</title>
<updated>2020-01-31T15:30:09+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-01-31T15:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=aced2be1fb228f99284b5a0bca778e8769d3c7e5'/>
<id>aced2be1fb228f99284b5a0bca778e8769d3c7e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
