<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/application.py, branch 4.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>Merge branch '4.3.x' into 4.x</title>
<updated>2022-01-01T11:02:10+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2022-01-01T11:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f38bd8e9529d50e5cceffe3ca55be4b758529ff7'/>
<id>f38bd8e9529d50e5cceffe3ca55be4b758529ff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A happy new year!</title>
<updated>2022-01-01T09:45:03+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2022-01-01T09:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b84771dcd2fe1543acbdf87af3b60b323f41e80b'/>
<id>b84771dcd2fe1543acbdf87af3b60b323f41e80b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #10013: html: Allow to change the loading method of JavaScript</title>
<updated>2021-12-25T14:41:02+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-25T10:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b5bf745f688a483edfb59e1c259a876e659afe9b'/>
<id>b5bf745f688a483edfb59e1c259a876e659afe9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: docs: Use :param: fields for add_js_file() and add_css_file()</title>
<updated>2021-12-25T09:42:36+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-25T09:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e8b3c9cf186dbd5d8aacb88adaadd81fbccb9be4'/>
<id>e8b3c9cf186dbd5d8aacb88adaadd81fbccb9be4</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 #9793 from samdoran/enable-parallel-on-macos</title>
<updated>2021-12-11T02:23:34+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-11T02: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=4c7df3f09a4d18a511d4dc1f306bfcbcad2afc89'/>
<id>4c7df3f09a4d18a511d4dc1f306bfcbcad2afc89</id>
<content type='text'>
Set multiprocessing start method to `fork`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set multiprocessing start method to `fork`</pre>
</div>
</content>
</entry>
<entry>
<title>Close #9618: i18n: Add gettext_allow_fuzzy_translations</title>
<updated>2021-11-09T16:32:02+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-11-08T16:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=203094b4c3d0db34527281bd29601ab418325d5c'/>
<id>203094b4c3d0db34527281bd29601ab418325d5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set multiprocessing start method to fork</title>
<updated>2021-10-28T16:38:56+00:00</updated>
<author>
<name>Sam Doran</name>
<email>sdoran@redhat.com</email>
</author>
<published>2021-10-28T16:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=83225767cbe41294b97c63e34efe455fd2a9338d'/>
<id>83225767cbe41294b97c63e34efe455fd2a9338d</id>
<content type='text'>
Since the current code requires forking, set it explicitly rather than disabling
parallelization on macOS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the current code requires forking, set it explicitly rather than disabling
parallelization on macOS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #9683: Revert the removal of ``add_stylesheet()`` API</title>
<updated>2021-10-03T07:34:57+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-10-03T07:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1fbca4997066de1be565b9b5984b04d725df896c'/>
<id>1fbca4997066de1be565b9b5984b04d725df896c</id>
<content type='text'>
It will be kept until the Sphinx-6.0 release.

Note: Now it emits a warning instead of DeprecationWarning to let the
users know the deprecation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It will be kept until the Sphinx-6.0 release.

Note: Now it emits a warning instead of DeprecationWarning to let the
users know the deprecation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Address flake8 errors in whitespace linting</title>
<updated>2021-07-23T20:53:46+00:00</updated>
<author>
<name>Louis Maddox</name>
<email>louismmx@gmail.com</email>
</author>
<published>2021-07-23T20:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=10dba797f204bc00d1e170cf024b22bffe241f25'/>
<id>10dba797f204bc00d1e170cf024b22bffe241f25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to sphinx.application docstrings</title>
<updated>2021-07-18T17:24:39+00:00</updated>
<author>
<name>Louis Maddox</name>
<email>lmmx@users.noreply.github.com</email>
</author>
<published>2021-07-18T17:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=efb6848ea9091f2ca45dffcc9eb6b76390c7cc58'/>
<id>efb6848ea9091f2ca45dffcc9eb6b76390c7cc58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
