<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/testing, 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>change markers list name to DEFAULT_ENABLED_MARKERS</title>
<updated>2020-10-25T17:34:47+00:00</updated>
<author>
<name>oleg.hoefling</name>
<email>oleg.hoefling@gmail.com</email>
</author>
<published>2020-10-25T17:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=72397f6dcefb10f95650190991320aeb8d781cba'/>
<id>72397f6dcefb10f95650190991320aeb8d781cba</id>
<content type='text'>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rename public markers to default markers</title>
<updated>2020-10-25T10:44:39+00:00</updated>
<author>
<name>oleg.hoefling</name>
<email>oleg.hoefling@gmail.com</email>
</author>
<published>2020-10-25T10:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=30f3ac6fe7ec426eef07811c445aae217ee4d725'/>
<id>30f3ac6fe7ec426eef07811c445aae217ee4d725</id>
<content type='text'>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>more meaningful name for the public markers list</title>
<updated>2020-10-25T10:36:40+00:00</updated>
<author>
<name>oleg.hoefling</name>
<email>oleg.hoefling@gmail.com</email>
</author>
<published>2020-10-25T10:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3c3216fa40a8d30b5dd9bc97be7273c99394483b'/>
<id>3c3216fa40a8d30b5dd9bc97be7273c99394483b</id>
<content type='text'>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move registration of public markers to sphinx.testing.fixtures</title>
<updated>2020-10-25T10:29:59+00:00</updated>
<author>
<name>oleg.hoefling</name>
<email>oleg.hoefling@gmail.com</email>
</author>
<published>2020-10-08T15:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=35725f02d9fc42d711d8a377fd97e07aa8015958'/>
<id>35725f02d9fc42d711d8a377fd97e07aa8015958</id>
<content type='text'>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: oleg.hoefling &lt;oleg.hoefling@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add parallel to SphinxTestApp</title>
<updated>2020-10-01T00:47:56+00:00</updated>
<author>
<name>Robert Cohn</name>
<email>robert.s.cohn@intel.com</email>
</author>
<published>2020-10-01T00:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c08214fe92c8ab61219ce46af0ff634a57b8431c'/>
<id>c08214fe92c8ab61219ce46af0ff634a57b8431c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #8081: latex: Allow to add LaTeX package until writing tex file</title>
<updated>2020-09-20T16:01:49+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-09T17:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5ef4825b57c8fd84488e38f7f5cf78ccf3d72698'/>
<id>5ef4825b57c8fd84488e38f7f5cf78ccf3d72698</id>
<content type='text'>
This postpones the evaluation of LaTeX packages via
``app.add_latex_package()`` to just before writing .tex file.  That
allows extensions to add LaTeX packages during reading and resolving
phase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This postpones the evaluation of LaTeX packages via
``app.add_latex_package()`` to just before writing .tex file.  That
allows extensions to add LaTeX packages during reading and resolving
phase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2020-07-25T23:19:58+00:00</updated>
<author>
<name>Joachim Jablon</name>
<email>ewjoachim@gmail.com</email>
</author>
<published>2020-07-25T23:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=71a16f54aa643c3c0bee586716ecff56dd3eac80'/>
<id>71a16f54aa643c3c0bee586716ecff56dd3eac80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix lint</title>
<updated>2020-07-05T19:04:25+00:00</updated>
<author>
<name>Yuxin Wu</name>
<email>ppwwyyxxc@gmail.com</email>
</author>
<published>2020-07-04T01:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f121390ea6a5aff43b318a6cbc4a8631f92ac412'/>
<id>f121390ea6a5aff43b318a6cbc4a8631f92ac412</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>show docs for decorated special functions</title>
<updated>2020-07-05T19:04:25+00:00</updated>
<author>
<name>Yuxin Wu</name>
<email>ppwwyyxxc@gmail.com</email>
</author>
<published>2020-07-03T23:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=85fd0d870d3d1996767522a1b1b47ac616c9273c'/>
<id>85fd0d870d3d1996767522a1b1b47ac616c9273c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #7341: py domain: type annotations are converted to cross refs</title>
<updated>2020-03-22T08:10:00+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-03-21T05:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b0a6b3f285359fd3637a0fc031bf462328e31f1b'/>
<id>b0a6b3f285359fd3637a0fc031bf462328e31f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
