<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/environment, 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>Fix #6914: figure numbers are unexpectedly assigned to uncaptioned items</title>
<updated>2020-10-04T05:32:56+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-08T12:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=66dda1fc50249e9da62e79380251d8795b8e36df'/>
<id>66dda1fc50249e9da62e79380251d8795b8e36df</id>
<content type='text'>
The figure numbers should be assigned to items only having captions or
titles.  This uses `get_numfig_title()` to ensures it on assign numbers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The figure numbers should be assigned to items only having captions or
titles.  This uses `get_numfig_title()` to ensures it on assign numbers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the toc.circular suppress_warnings flag apply to self referenced toctrees</title>
<updated>2020-08-07T21:42:41+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2020-08-07T21:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2a59fbcdbeb9a623173c465b0f46335df86a05fb'/>
<id>2a59fbcdbeb9a623173c465b0f46335df86a05fb</id>
<content type='text'>
Fixes https://github.com/sphinx-doc/sphinx/issues/7410#issuecomment-670678193.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/sphinx-doc/sphinx/issues/7410#issuecomment-670678193.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7768: i18n: Wrong root element is passed to figure_language_filename</title>
<updated>2020-07-26T04:53:09+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-26T04:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=09ca58d0dd2eee4e871da593791fe1d3af628e03'/>
<id>09ca58d0dd2eee4e871da593791fe1d3af628e03</id>
<content type='text'>
The root element should be a user specified path; a relative path from
current document or absolute path based on source directory.  But an
absolute path is passed instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The root element should be a user specified path; a relative path from
current document or absolute path based on source directory.  But an
absolute path is passed instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7982 from tk0miya/7840_optimize_bootstrap</title>
<updated>2020-07-19T06:11:12+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-19T06:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5850d6b8f9569171d73f8bc5abbc9d646f5d4a77'/>
<id>5850d6b8f9569171d73f8bc5abbc9d646f5d4a77</id>
<content type='text'>
Close #7840: i18n: Optimize the dependencies check on bootstrap</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #7840: i18n: Optimize the dependencies check on bootstrap</pre>
</div>
</content>
</entry>
<entry>
<title>Close #7840: i18n: Optimize the dependencies check on bootstrap</title>
<updated>2020-07-19T05:30:18+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-19T05:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=69fc1953c668afcb3c6545c7c4eb8bf7237aa3d0'/>
<id>69fc1953c668afcb3c6545c7c4eb8bf7237aa3d0</id>
<content type='text'>
Replace a nested-loop comparison by hash-search to improve the
performance of dependencies checks on bootstrap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace a nested-loop comparison by hash-search to improve the
performance of dependencies checks on bootstrap.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2050: Symbols sections are appeared twice in the index page</title>
<updated>2020-07-18T06:52:57+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-07-18T06:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=66da2664411ded2f23a4aae32f708ec14c47e3a8'/>
<id>66da2664411ded2f23a4aae32f708ec14c47e3a8</id>
<content type='text'>
Multibyte symbols are categorized to independent symbols section
different to single byte symbols.  This integrate them to a single
section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multibyte symbols are categorized to independent symbols section
different to single byte symbols.  This integrate them to a single
section.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes all over the codebase</title>
<updated>2020-06-14T11:37:16+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-13T21:46:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=53c1dff91c0b7100e1ce1b51acbf0fffbc10cf9c'/>
<id>53c1dff91c0b7100e1ce1b51acbf0fffbc10cf9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stacklevel parameter to warnings.warn() call</title>
<updated>2020-05-03T14:34:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-03T13:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=41b4a77dea51cf5eb16f9a3fdc27426827313d54'/>
<id>41b4a77dea51cf5eb16f9a3fdc27426827313d54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7410: Allow to suppress "circular toctree references detected" warnings</title>
<updated>2020-04-12T06:25:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-04-11T10:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=10d776015675252c7a1f111e0122bec05645db07'/>
<id>10d776015675252c7a1f111e0122bec05645db07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7325: html: source_suffix containing dot leads to wrong source link</title>
<updated>2020-03-17T16:58:56+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-03-17T16:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=cc917dcf41ec0aca6a95cc48eb928d2c6a0ecdb1'/>
<id>cc917dcf41ec0aca6a95cc48eb928d2c6a0ecdb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
