<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/setup.py, branch 3.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Pin Sphinx 3.x to docutils &lt;0.17</title>
<updated>2021-04-09T15:33:06+00:00</updated>
<author>
<name>Eric Holscher</name>
<email>eric@ericholscher.com</email>
</author>
<published>2021-04-08T21:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=025f26cd5dba57dfb6a8a036708da120001c6768'/>
<id>025f26cd5dba57dfb6a8a036708da120001c6768</id>
<content type='text'>
This will address the issues that the latest docutils release caused.
I think thi si a good practice in general to make sure we have a defined range of docutils versions,
given that they might change in the future.
Having this defined will mean that 3.x versions of Sphinx will always work,
even when docutils has advanced with additional backwards incompatible features.

Refs #9065 #9063 #9061 #9051
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will address the issues that the latest docutils release caused.
I think thi si a good practice in general to make sure we have a defined range of docutils versions,
given that they might change in the future.
Having this defined will mean that 3.x versions of Sphinx will always work,
even when docutils has advanced with additional backwards incompatible features.

Refs #9065 #9063 #9061 #9051
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mypy violations (with mypy-0.800)</title>
<updated>2021-01-22T12:26:58+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-22T12:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1679a0916da70f2ba25873a7babc0b1b06711325'/>
<id>1679a0916da70f2ba25873a7babc0b1b06711325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't require typed_ast in [test] with Python 3.8+</title>
<updated>2020-11-23T21:08:43+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-11-23T21:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ba63f2811d1ce380ab5098a9ed6d8c6a9e18822a'/>
<id>ba63f2811d1ce380ab5098a9ed6d8c6a9e18822a</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://trove.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>test: Do test with py39</title>
<updated>2020-11-04T17:19:48+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-03T17:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f12451f304812c668f7409ec06161e958464ec8e'/>
<id>f12451f304812c668f7409ec06161e958464ec8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mypy violations (with mypy-0.790)</title>
<updated>2020-10-24T05:14:11+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-24T05:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ccc77b8305a6347f61398c35ee743561a893cbf4'/>
<id>ccc77b8305a6347f61398c35ee743561a893cbf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #7887: Updated the sphinx.js locale json dump to indent for readability. Changed files to open with utf8 encoding</title>
<updated>2020-07-04T19:34:36+00:00</updated>
<author>
<name>Charles</name>
<email>charles.quinn@comcast.net</email>
</author>
<published>2020-06-30T18:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=68abe09afe9f33a3ce0ea4e909a78377b2069ddf'/>
<id>68abe09afe9f33a3ce0ea4e909a78377b2069ddf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.0.x' into 3.x</title>
<updated>2020-06-03T14:46:13+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-06-03T14:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6a55947e9f8f51c42a4719663f10b85c921a5918'/>
<id>6a55947e9f8f51c42a4719663f10b85c921a5918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mypy violations (with mypy-0.780)</title>
<updated>2020-06-03T14:31:43+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-06-03T14:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b8fbd3d9c64b8bf12d2cdc091798faad7513e820'/>
<id>b8fbd3d9c64b8bf12d2cdc091798faad7513e820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add py38 to the list of PyPI classifiers</title>
<updated>2020-05-28T17:36:02+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-05-28T17:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=03bb9ff84a054db5f337cbb3ab6c2eebb9321905'/>
<id>03bb9ff84a054db5f337cbb3ab6c2eebb9321905</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
