<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/testing, branch 3.4.x</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>A happy new year!</title>
<updated>2021-01-01T04:40:48+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-31T17:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f9968594206e538f13fa1c27c065027f10d4ea27'/>
<id>f9968594206e538f13fa1c27c065027f10d4ea27</id>
<content type='text'>
.. note::

   $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \;
   $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.. note::

   $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \;
   $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: Add rollback_sysmodules fixture to unload modules after tests</title>
<updated>2020-12-28T15:26:23+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-28T14:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1a659c6ca7e7697eaee67bf97cb56bb3c471d24d'/>
<id>1a659c6ca7e7697eaee67bf97cb56bb3c471d24d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort imports with isort</title>
<updated>2020-11-11T12:19:05+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-11-11T11:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0949735210abaa05b6448e531984f159403053f4'/>
<id>0949735210abaa05b6448e531984f159403053f4</id>
<content type='text'>
Keep imports alphabetically sorted and their order homogeneous across
Python source files.

The isort project has more feature and is more active than the
flake8-import-order plugin.

Most issues caught were simply import ordering from the same module.
Where imports were purposefully placed out of order, tag with
isort:skip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep imports alphabetically sorted and their order homogeneous across
Python source files.

The isort project has more feature and is more active than the
flake8-import-order plugin.

Most issues caught were simply import ordering from the same module.
Where imports were purposefully placed out of order, tag with
isort:skip.
</pre>
</div>
</content>
</entry>
<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>
</feed>
