<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/themes, branch master</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Allow ``copyright`` to contain multiple entries (#10983)</title>
<updated>2023-05-11T21:43:48+00:00</updated>
<author>
<name>Stefanie Molin</name>
<email>24376333+stefmolin@users.noreply.github.com</email>
</author>
<published>2023-05-11T21:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e09d02e440691e842377f0ebea7910d307509a81'/>
<id>e09d02e440691e842377f0ebea7910d307509a81</id>
<content type='text'>
Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Allow multi-line object description signatures (#11011)</title>
<updated>2023-05-11T13:28:57+00:00</updated>
<author>
<name>TLouf</name>
<email>31036680+TLouf@users.noreply.github.com</email>
</author>
<published>2023-05-11T13:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=86b07d4a97a225e79150d14e25a768ebc4c087cc'/>
<id>86b07d4a97a225e79150d14e25a768ebc4c087cc</id>
<content type='text'>
Co-authored-by: Adam Turner &lt;9087854+aa-turner@users.noreply.github.com&gt;
Co-authored-by: Jean-François B &lt;2589111+jfbu@users.noreply.github.com&gt;
Co-authored-by: TLouf &lt;loufthomas@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Adam Turner &lt;9087854+aa-turner@users.noreply.github.com&gt;
Co-authored-by: Jean-François B &lt;2589111+jfbu@users.noreply.github.com&gt;
Co-authored-by: TLouf &lt;loufthomas@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove HTML 4 support (#11385)</title>
<updated>2023-04-28T10:32:12+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-04-28T10:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ad473730a3763f241e9aaea1a87d1893f01b86fd'/>
<id>ad473730a3763f241e9aaea1a87d1893f01b86fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)" (#11329)</title>
<updated>2023-04-23T18:06:44+00:00</updated>
<author>
<name>James Addison</name>
<email>55152140+jayaddison@users.noreply.github.com</email>
</author>
<published>2023-04-23T18:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=59de8d52029deca803d38b5d084a3a32c7b7f994'/>
<id>59de8d52029deca803d38b5d084a3a32c7b7f994</id>
<content type='text'>
This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47.</pre>
</div>
</content>
</entry>
<entry>
<title>Create a 'search field' component for themes (#11045)</title>
<updated>2023-04-21T01:02:04+00:00</updated>
<author>
<name>Tim Hoffmann</name>
<email>2836374+timhoffm@users.noreply.github.com</email>
</author>
<published>2023-04-21T01:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b430e052858c490a4e90f3143f159ee6240eb948'/>
<id>b430e052858c490a4e90f3143f159ee6240eb948</id>
<content type='text'>
``searchfield.html`` is similar to the existing ``searchbox.html``, but does not
have the heading "Quick Search". Instead, it uses "Search" as a placeholder
text. This gives a cleaner and less cluttered appearance.

The searchfield component is added to the basic theme and thus can be used
in any derivative theme. It is not used by default for backward compatibility.

The searchfield compenent is made the default in the sphinx13 theme.

CSS changes ensure that the top of the search field is aligned with the
top of the main content.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
``searchfield.html`` is similar to the existing ``searchbox.html``, but does not
have the heading "Quick Search". Instead, it uses "Search" as a placeholder
text. This gives a cleaner and less cluttered appearance.

The searchfield component is added to the basic theme and thus can be used
in any derivative theme. It is not used by default for backward compatibility.

The searchfield compenent is made the default in the sphinx13 theme.

CSS changes ensure that the top of the search field is aligned with the
top of the main content.</pre>
</div>
</content>
</entry>
<entry>
<title>Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)</title>
<updated>2023-04-07T17:07:15+00:00</updated>
<author>
<name>James Addison</name>
<email>55152140+jayaddison@users.noreply.github.com</email>
</author>
<published>2023-04-07T17:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5d13215b58f93c6be8255ef2e3e20836508c7d47'/>
<id>5d13215b58f93c6be8255ef2e3e20836508c7d47</id>
<content type='text'>
Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069)</title>
<updated>2023-01-01T22:18:13+00:00</updated>
<author>
<name>Rotzbua</name>
<email>Rotzbua@users.noreply.github.com</email>
</author>
<published>2023-01-01T22:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ede68fa423107fbab74d07b307d7dcb03c00dfbd'/>
<id>ede68fa423107fbab74d07b307d7dcb03c00dfbd</id>
<content type='text'>
The link relationship keyword `shortcut` does not appear in the HTML 5 specification [1].

It was used by historic browsers (i.e. Internet Explorer 6) which Sphinx no longer supports.

[1]: HTML5 Specification, 4.6.7.8 Link type "icon", https://html.spec.whatwg.org/#rel-icon</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link relationship keyword `shortcut` does not appear in the HTML 5 specification [1].

It was used by historic browsers (i.e. Internet Explorer 6) which Sphinx no longer supports.

[1]: HTML5 Specification, 4.6.7.8 Link type "icon", https://html.spec.whatwg.org/#rel-icon</pre>
</div>
</content>
</entry>
<entry>
<title>Happy New Year!</title>
<updated>2023-01-01T19:40:01+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-01-01T19:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a1c10f5d5e9734c6722d04b0b0781a5d88860745'/>
<id>a1c10f5d5e9734c6722d04b0b0781a5d88860745</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase minimum Docutils to 0.18</title>
<updated>2022-09-27T17:31:47+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2022-05-22T20:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=bb62d2a2ee7d6d4b79b269c837ebf8d57aee0795'/>
<id>bb62d2a2ee7d6d4b79b269c837ebf8d57aee0795</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 '5.x'</title>
<updated>2022-09-25T20:36:30+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2022-09-25T20:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f01d50d695bf55f1af34b87c4e6c84f76dd9a36d'/>
<id>f01d50d695bf55f1af34b87c4e6c84f76dd9a36d</id>
<content type='text'>
# Conflicts:
#	CHANGES
#	doc/conf.py
#	sphinx/__init__.py
#	sphinx/builders/html/__init__.py
#	sphinx/domains/python.py
#	tests/test_build_html.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	CHANGES
#	doc/conf.py
#	sphinx/__init__.py
#	sphinx/builders/html/__init__.py
#	sphinx/domains/python.py
#	tests/test_build_html.py
</pre>
</div>
</content>
</entry>
</feed>
