<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests, branch v2.2.2</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>Fix #6803: Disable parallel build on macOS and py38+</title>
<updated>2019-12-01T07:01:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-12-01T06:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6f529f01edee46be471a53e83dcfa6181654a883'/>
<id>6f529f01edee46be471a53e83dcfa6181654a883</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add latexpdf support for Greek as main language (via xelatex use)</title>
<updated>2019-10-01T08:27:43+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2019-09-30T09:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7be68b7c4b89ca97caca783f2c8a2e2a172aefe1'/>
<id>7be68b7c4b89ca97caca783f2c8a2e2a172aefe1</id>
<content type='text'>
Closes: #6710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: #6710
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6419 from larsoner/config</title>
<updated>2019-08-18T13:04:27+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-08-18T13:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a5d8e3d457642664d054a0081279f262d5e3f18d'/>
<id>a5d8e3d457642664d054a0081279f262d5e3f18d</id>
<content type='text'>
ENH: Explain rebuilds</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Explain rebuilds</pre>
</div>
</content>
</entry>
<entry>
<title>Switch uses of __import__ to importlib.get_module()</title>
<updated>2019-08-17T18:45:39+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-17T18:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ecb1e763ad0917ac37061b648a53793a687cc760'/>
<id>ecb1e763ad0917ac37061b648a53793a687cc760</id>
<content type='text'>
The Python docs for __import__ recommend using importlib.get_module().

https://docs.python.org/3/library/functions.html#__import__

&gt; Note: This is an advanced function that is not needed in everyday
&gt; Python programming, unlike importlib.import_module().

As importlib.get_module() uses the Python module cache and returns the
module, this also allows simplifying many module cache checks of use of
sys.modules.

importlib.get_module() has been available since Python 3.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Python docs for __import__ recommend using importlib.get_module().

https://docs.python.org/3/library/functions.html#__import__

&gt; Note: This is an advanced function that is not needed in everyday
&gt; Python programming, unlike importlib.import_module().

As importlib.get_module() uses the Python module cache and returns the
module, this also allows simplifying many module cache checks of use of
sys.modules.

importlib.get_module() has been available since Python 3.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Explain rebuilds</title>
<updated>2019-08-06T13:59:35+00:00</updated>
<author>
<name>Eric Larson</name>
<email>larson.eric.d@gmail.com</email>
</author>
<published>2019-05-31T16:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c0e46adc070eebd6470a81e877d471011b032e2e'/>
<id>c0e46adc070eebd6470a81e877d471011b032e2e</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 '2.0' into 6574_annotation_for_varidic_params</title>
<updated>2019-08-02T17:19:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-08-02T17:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b43676011e5ce90deb1c19503405cd223794db16'/>
<id>b43676011e5ce90deb1c19503405cd223794db16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6592 from tk0miya/6589_autodoc_typehints_none</title>
<updated>2019-08-02T13:36:43+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-08-02T13:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=04fbd51b4e2c37325e88e6b15da24211016b688a'/>
<id>04fbd51b4e2c37325e88e6b15da24211016b688a</id>
<content type='text'>
Fix #6589: autodoc: Formatting issues with autodoc_typehints='none'</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #6589: autodoc: Formatting issues with autodoc_typehints='none'</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #6589: autodoc: Formatting issues with autodoc_typehints='none'</title>
<updated>2019-08-01T16:55:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-07-21T11:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ace7b4ded765b69a0a60e0a1dc8bda551cd66d56'/>
<id>ace7b4ded765b69a0a60e0a1dc8bda551cd66d56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #6606: Update jQuery to 3.4.1</title>
<updated>2019-08-01T16:53:32+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-07-28T15:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d9d8ba5e7f521d98b486544fdd1904b8ee449615'/>
<id>d9d8ba5e7f521d98b486544fdd1904b8ee449615</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 '2.0' into 6574_annotation_for_varidic_params</title>
<updated>2019-08-01T16:29:39+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-08-01T16:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b3eb85368021a22b771c4b13db8e00a201e9c11a'/>
<id>b3eb85368021a22b771c4b13db8e00a201e9c11a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
