<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/setup.cfg, branch v2.4.3</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>mypy: Enable disallow_incomplete_defs flag for type checking</title>
<updated>2019-12-30T08:22:56+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-12-29T14:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ab184ac20d82d0546c21f33d2fdfbfb324078d56'/>
<id>ab184ac20d82d0546c21f33d2fdfbfb324078d56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "universal" configuration from setup.cfg</title>
<updated>2019-06-13T15:07:54+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-06-13T00:56:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=8d93da09ba9acc8e76b3b83679334ebe33ce08c9'/>
<id>8d93da09ba9acc8e76b3b83679334ebe33ce08c9</id>
<content type='text'>
Sphinx is Python-3-only and therefore is not a universal wheel. It
should still distribute a 'py3' wheel, just not a universal one.

From https://wheel.readthedocs.io/en/stable/user_guide.html

&gt; If your project contains no C extensions and is expected to work on
&gt; both Python 2 and 3, you will want to tell wheel to produce universal
&gt; wheels by adding this to your setup.cfg file: …

As Sphinx doesn't work on Python 2, it should not be universal.

Refs #6470
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sphinx is Python-3-only and therefore is not a universal wheel. It
should still distribute a 'py3' wheel, just not a universal one.

From https://wheel.readthedocs.io/en/stable/user_guide.html

&gt; If your project contains no C extensions and is expected to work on
&gt; both Python 2 and 3, you will want to tell wheel to produce universal
&gt; wheels by adding this to your setup.cfg file: …

As Sphinx doesn't work on Python 2, it should not be universal.

Refs #6470
</pre>
</div>
</content>
</entry>
<entry>
<title>test: declare pytest markers</title>
<updated>2019-05-12T06:21:04+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-05-12T06:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a38ce3bfc7d3a74f59a88ea96acec4b07e0b40cf'/>
<id>a38ce3bfc7d3a74f59a88ea96acec4b07e0b40cf</id>
<content type='text'>
To stop PytestUnknownMarkWarning, this declares markers on setup.cfg
https://docs.pytest.org/en/latest/mark.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To stop PytestUnknownMarkWarning, this declares markers on setup.cfg
https://docs.pytest.org/en/latest/mark.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant mypy config 'incremental'</title>
<updated>2019-01-06T14:58:26+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-01-06T14:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5d497d0083d8dd3f203586484088d4d405e2026f'/>
<id>5d497d0083d8dd3f203586484088d4d405e2026f</id>
<content type='text'>
The mypy config 'incremental` has defaulted as true since version 0.590.
Can drop the local override. For details, see:

https://github.com/python/mypy/commit/6b13652a466ccb102987a2ab1fa93d4b52fd8e3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mypy config 'incremental` has defaulted as true since version 0.590.
Can drop the local override. For details, see:

https://github.com/python/mypy/commit/6b13652a466ccb102987a2ab1fa93d4b52fd8e3f
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to py3 mode for mypy (and remove many "type: ignore" comments)</title>
<updated>2018-12-14T17:42:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2018-12-12T16:33:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=53917f228f9bfbb4607b6441119baeb129869b93'/>
<id>53917f228f9bfbb4607b6441119baeb129869b93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Give filterwarnings=all by ini file</title>
<updated>2018-10-29T15:01:39+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2018-10-29T14:59:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c2590a45c17712bb8f78131324796c80889b563e'/>
<id>c2590a45c17712bb8f78131324796c80889b563e</id>
<content type='text'>
Since pytest-3.9, precedence order of warning options had been
changed.  This moves ``-W all`` option into setup.cfg.

In detail, see https://github.com/pytest-dev/pytest/issues/3946
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since pytest-3.9, precedence order of warning options had been
changed.  This moves ``-W all`` option into setup.cfg.

In detail, see https://github.com/pytest-dev/pytest/issues/3946
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '1.7'</title>
<updated>2018-07-16T15:37:40+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2018-07-16T15:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3e57ea0a5253ac198c1bff16c40abe71951bb586'/>
<id>3e57ea0a5253ac198c1bff16c40abe71951bb586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 violations</title>
<updated>2018-07-16T12:03:32+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2018-07-16T12:03:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2bdbe3aaf4a397d12d67b64ffb0960e9c531435b'/>
<id>2bdbe3aaf4a397d12d67b64ffb0960e9c531435b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Add "extensions" to usage guide</title>
<updated>2018-06-20T08:30:47+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2017-11-03T20:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d9ccc957173da20174271e6950988cff9e091a42'/>
<id>d9ccc957173da20174271e6950988cff9e091a42</id>
<content type='text'>
Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: add --no-strict-optional</title>
<updated>2018-05-03T01:26:59+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2018-05-03T01:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=656f80cca9c9db246754ccec385cb7584efe42ae'/>
<id>656f80cca9c9db246754ccec385cb7584efe42ae</id>
<content type='text'>
Since mypy-0.600, validations for Optional becomes very strict. It
interfere our development. So this disables it temporarily.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since mypy-0.600, validations for Optional becomes very strict. It
interfere our development. So this disables it temporarily.
</pre>
</div>
</content>
</entry>
</feed>
