<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests/test_domain_cpp.py, 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>test: Fix duplicated testcases</title>
<updated>2020-11-15T15:07:36+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-15T15:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=017698a2c685c8ddd7e93a3b9c2065eaae454d09'/>
<id>017698a2c685c8ddd7e93a3b9c2065eaae454d09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Fix flake8 violations under tests/ directory</title>
<updated>2020-11-15T08:15:40+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-15T08:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=21a3bd41275667b2120320cc792208aec161dce8'/>
<id>21a3bd41275667b2120320cc792208aec161dce8</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>C, C++, improve warnings on duplicates</title>
<updated>2020-10-24T10:22:02+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-10-11T09:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=37f1454ec1a2745cc99c8ff1f4f85526a52fa9e7'/>
<id>37f1454ec1a2745cc99c8ff1f4f85526a52fa9e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, properly reject functions as duplicates</title>
<updated>2020-10-03T14:00:28+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-10-03T14:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=777bcb43fa26aeaf34329c56cb1e316da0a1d9e6'/>
<id>777bcb43fa26aeaf34329c56cb1e316da0a1d9e6</id>
<content type='text'>
Fixes sphinx-doc/sphinx#8270
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes sphinx-doc/sphinx#8270
</pre>
</div>
</content>
</entry>
<entry>
<title>C and C++, parsing function attributes</title>
<updated>2020-08-13T16:39:28+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-08-13T16:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=52140be6b8d32795aaf99d4535121eaea6d8b3b3'/>
<id>52140be6b8d32795aaf99d4535121eaea6d8b3b3</id>
<content type='text'>
Fixes sphinx-doc/sphinx#8114
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes sphinx-doc/sphinx#8114
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, fix template template parameter parsing</title>
<updated>2020-08-13T15:08:39+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-08-13T15:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d72fedb69d7a90eebf8ca92cbaa4c678c381e11a'/>
<id>d72fedb69d7a90eebf8ca92cbaa4c678c381e11a</id>
<content type='text'>
https://github.com/sphinx-doc/sphinx/pull/8037#issuecomment-673511490
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/sphinx-doc/sphinx/pull/8037#issuecomment-673511490
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, fix non-type template parameter parsing</title>
<updated>2020-08-02T08:34:51+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-08-02T08:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a99039b13b88085c30db9fe4bc85256ca5718096'/>
<id>a99039b13b88085c30db9fe4bc85256ca5718096</id>
<content type='text'>
Fixes sphinx-doc/sphinx#7944
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes sphinx-doc/sphinx#7944
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for noindexentry</title>
<updated>2020-07-05T07:17:20+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-07-04T18:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=18b3e3c450670900549210e53215977b7c415d83'/>
<id>18b3e3c450670900549210e53215977b7c415d83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
