<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/sphinx/ext, branch ext-linkcode-fix</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/sphinx-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/'/>
<entry>
<title>BUG: ext/linkcode: do not detect linkcode config changes</title>
<updated>2012-12-07T19:13:54+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2012-12-07T19:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=4c1ce4d3e72320bcff7161907b5b1ea6450d7cd0'/>
<id>4c1ce4d3e72320bcff7161907b5b1ea6450d7cd0</id>
<content type='text'>
Since the linkcode_resolve is a function, it triggers configuration
change on each rebuild, resulting to full rebuild always. It's better
to make it not do that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the linkcode_resolve is a function, it triggers configuration
change on each rebuild, resulting to full rebuild always. It's better
to make it not do that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autodoc: Handle explicit instance attributes in :members: (re #904)</title>
<updated>2012-11-09T03:19:47+00:00</updated>
<author>
<name>Jon Waltman</name>
<email>jonathan.waltman@gmail.com</email>
</author>
<published>2012-11-09T03:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=756b3be391b3d831b979db6cfaab1cf491ba3cac'/>
<id>756b3be391b3d831b979db6cfaab1cf491ba3cac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Sphinx URL to new sphinx-doc.org domain.</title>
<updated>2012-11-04T10:28:12+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-11-04T10:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=b57baac9cec4bb60040c995f4dcfa7bc1cdef891'/>
<id>b57baac9cec4bb60040c995f4dcfa7bc1cdef891</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace / line length issues reported by "make test"</title>
<updated>2012-11-03T16:04:32+00:00</updated>
<author>
<name>Jon Waltman</name>
<email>jonathan.waltman@gmail.com</email>
</author>
<published>2012-11-03T16:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=e962bc0874932d9b7035aa3fa52683421e8be9b0'/>
<id>e962bc0874932d9b7035aa3fa52683421e8be9b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.</title>
<updated>2012-11-01T16:58:47+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-11-01T16:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=1e58431a1f3e38c3681ea5befc7480b6c4794ec2'/>
<id>1e58431a1f3e38c3681ea5befc7480b6c4794ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with Takayuki's sphinx-fix-testing-fork</title>
<updated>2012-11-01T16:56:16+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-11-01T16:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=a062c0638f6edc5a6e42dd96e2d3619252a40fab'/>
<id>a062c0638f6edc5a6e42dd96e2d3619252a40fab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.</title>
<updated>2012-11-01T16:52:41+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-11-01T16:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=c12400325199b0cb6baf18556d1d70e5053d5805'/>
<id>c12400325199b0cb6baf18556d1d70e5053d5805</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1008: fix autodoc documenter resolve ordering.</title>
<updated>2012-10-31T00:20:36+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2012-10-31T00:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=33c163a7ca63990a741b257358642dca5fd78bad'/>
<id>33c163a7ca63990a741b257358642dca5fd78bad</id>
<content type='text'>
note: MethodDocumenter and FunctionDocumenter is same priority then
Documenter.format_signature() choice documenter is not stable
(depend on memory condition?).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
note: MethodDocumenter and FunctionDocumenter is same priority then
Documenter.format_signature() choice documenter is not stable
(depend on memory condition?).
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have plural key/value set</title>
<updated>2012-10-30T03:44:53+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2012-10-30T03:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=fd9fd97643a375196a66b7466cc8daced270a20f'/>
<id>fd9fd97643a375196a66b7466cc8daced270a20f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #1010: Make pngmath images transparent by default; IE7+ should handle it.</title>
<updated>2012-10-28T18:06:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-10-28T18:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=11e674c95e351b3409aa3f01b877c18d3976440d'/>
<id>11e674c95e351b3409aa3f01b877c18d3976440d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
