<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/usage, branch 4.3.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>doc: Update explanation of autodoc_unqualified_typehints (ref: #9931)</title>
<updated>2021-12-18T06:26:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-18T06:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=733ac6ed5fa75136b127766a7b08b1dbe67c9cb6'/>
<id>733ac6ed5fa75136b127766a7b08b1dbe67c9cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Use "console" for the highlight language of console output</title>
<updated>2021-12-13T05:20:37+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-13T04:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=dd27e35e4cb31e7f3c2d42d74f7e877bb72e8318'/>
<id>dd27e35e4cb31e7f3c2d42d74f7e877bb72e8318</id>
<content type='text'>
Using "console" language is better for the console example (including
command-line prompt)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "console" language is better for the console example (including
command-line prompt)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehints</title>
<updated>2021-12-11T01:59:23+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-11T01:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d3162d1ff2e24f4d190ed3ba5bc76d72c781f791'/>
<id>d3162d1ff2e24f4d190ed3ba5bc76d72c781f791</id>
<content type='text'>
Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4.x' into texinfo-add-texinfo_emit_document_references</title>
<updated>2021-12-11T01:27:50+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-11T01:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=8d071a8e8fee8dec58c3964034b9d7f55651fb85'/>
<id>8d071a8e8fee8dec58c3964034b9d7f55651fb85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linkcheck: Exclude links from matched documents</title>
<updated>2021-12-08T09:01:45+00:00</updated>
<author>
<name>Christian Roth</name>
<email>code@christianroth.dev</email>
</author>
<published>2021-11-26T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=10023da895ffc485a46e33fa951339a93b623c28'/>
<id>10023da895ffc485a46e33fa951339a93b623c28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints</title>
<updated>2021-12-03T09:05:49+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-02T16:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c71ff1cd21ce796f871adef54e8a53c0eaa9e53a'/>
<id>c71ff1cd21ce796f871adef54e8a53c0eaa9e53a</id>
<content type='text'>
If autodoc_unqualified_typehints feature enabled, autodoc suppresses the
leading module names of typehints of function signatures (ex.
`io.StringIO` -&gt; `StringIO`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If autodoc_unqualified_typehints feature enabled, autodoc suppresses the
leading module names of typehints of function signatures (ex.
`io.StringIO` -&gt; `StringIO`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9831 from Yoshanuikabundi/autosummary___all__</title>
<updated>2021-11-25T17:15:43+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-11-25T17:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=15d834e4d892ef008cc2b0bfd33ab90db613b80f'/>
<id>15d834e4d892ef008cc2b0bfd33ab90db613b80f</id>
<content type='text'>
Allow autosummary to respect __all__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow autosummary to respect __all__</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4.3.x' into 4.x</title>
<updated>2021-11-23T09:17:13+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-11-23T09:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=259de307cac9312e7a2f107d42606185c3aa8426'/>
<id>259de307cac9312e7a2f107d42606185c3aa8426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9864: mathjax: Failed to render equations via MathJax v2</title>
<updated>2021-11-21T09:27:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-11-17T17:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e2c6146b3eddd29851334f5536f8d9f90a9eef36'/>
<id>e2c6146b3eddd29851334f5536f8d9f90a9eef36</id>
<content type='text'>
MathJax library has been loaded via "defer" method since v4.3.0.  But
it prevents to work MathJax v2.  This rollbacks the change and use
"async" method as default again.

To support changing the loading method, this allows to specify it via
mathjax_options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MathJax library has been loaded via "defer" method since v4.3.0.  But
it prevents to work MathJax v2.  This rollbacks the change and use
"async" method as default again.

To support changing the loading method, this allows to specify it via
mathjax_options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update RFC base url</title>
<updated>2021-11-16T15:52:02+00:00</updated>
<author>
<name>Matt Ficke</name>
<email>matt@mattficke.com</email>
</author>
<published>2021-11-16T15:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2ed4bed33a9233cd049ddae8680240a966dc154d'/>
<id>2ed4bed33a9233cd049ddae8680240a966dc154d</id>
<content type='text'>
The tools.ietf.org subdomain is being wound down and services are moving to
datatracker.ietf.org. Links to RFC documents using the old subdomain are being
redirected to datatracker; this updates the configured `rfc_base_url` to
point to the current subdomain.

Discussion: https://mailarchive.ietf.org/arch/msg/ietf/0n-6EXEmkTp3Uv_vj-5Vnm3o0bo/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tools.ietf.org subdomain is being wound down and services are moving to
datatracker.ietf.org. Links to RFC documents using the old subdomain are being
redirected to datatracker; this updates the configured `rfc_base_url` to
point to the current subdomain.

Discussion: https://mailarchive.ietf.org/arch/msg/ietf/0n-6EXEmkTp3Uv_vj-5Vnm3o0bo/
</pre>
</div>
</content>
</entry>
</feed>
