<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc, branch v2.3.1</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>LaTeX: avoid quotes and TeX ligature replacements in PDF output</title>
<updated>2019-12-15T13:19:50+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2019-12-05T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=30b26dd6a12de641776d871f9291de556de093fd'/>
<id>30b26dd6a12de641776d871f9291de556de093fd</id>
<content type='text'>
Refs: #6890

The comma character is not TeX-escaped because it is frequent in general
text and escaping it would make the LaTeX output larger for only dealing
with the problem of the LaTeX-ligature of ,, into a single character.
And one there is problem with the commas in options to Verbatim from
PygmentsBridge.

The hyphen character is escaped (not in ids and URIs!) to
\sphinxhyphen{} for both Unicode and non-Unicode engines. This is needed
to work around hyperref transforming -- and --- from section titles into
EN DASH resp. EM DASH in PDF bookmarks.

https://github.com/latex3/hyperref/issues/112

Note to expert LaTeX users: if Sphinx latex user with xelatex has

- turned off Smart Quotes for some reason,

- but does want TeX ligatures and thus overrode Sphinx
latex_elements['fontenc'] default (since #6888) to this effect,

then this should be added to LaTeX preamble:

    \def\sphinxhyphen#1{-}% (\protected is now not needed)
    \let\sphinxhyphenforbookmarks\sphinxhyphen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs: #6890

The comma character is not TeX-escaped because it is frequent in general
text and escaping it would make the LaTeX output larger for only dealing
with the problem of the LaTeX-ligature of ,, into a single character.
And one there is problem with the commas in options to Verbatim from
PygmentsBridge.

The hyphen character is escaped (not in ids and URIs!) to
\sphinxhyphen{} for both Unicode and non-Unicode engines. This is needed
to work around hyperref transforming -- and --- from section titles into
EN DASH resp. EM DASH in PDF bookmarks.

https://github.com/latex3/hyperref/issues/112

Note to expert LaTeX users: if Sphinx latex user with xelatex has

- turned off Smart Quotes for some reason,

- but does want TeX ligatures and thus overrode Sphinx
latex_elements['fontenc'] default (since #6888) to this effect,

then this should be added to LaTeX preamble:

    \def\sphinxhyphen#1{-}% (\protected is now not needed)
    \let\sphinxhyphenforbookmarks\sphinxhyphen
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation typo</title>
<updated>2019-12-13T22:27:04+00:00</updated>
<author>
<name>Damien Ayers</name>
<email>damien@omad.net</email>
</author>
<published>2019-12-13T01:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1a54a7229c37dd7618033552d5893e6a429d2bc3'/>
<id>1a54a7229c37dd7618033552d5893e6a429d2bc3</id>
<content type='text'>
(cherry picked from commit 937c6849608f2a9da0ef456a58463c37975e13b9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 937c6849608f2a9da0ef456a58463c37975e13b9)
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo (refs #6491)</title>
<updated>2019-12-09T21:57:45+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2019-12-09T21:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2199a127e8c6967bd82d0b887567f59dc3afb288'/>
<id>2199a127e8c6967bd82d0b887567f59dc3afb288</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sphinxcontrib-beamer to list of extensions.</title>
<updated>2019-12-09T10:06:23+00:00</updated>
<author>
<name>Olle Hynén Ulfsjöö</name>
<email>olle.hynenulfsjoo@niradynamics.se</email>
</author>
<published>2019-12-06T12:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e35507ffd0e3b3ac8018ad9332db4cfeeb4106d8'/>
<id>e35507ffd0e3b3ac8018ad9332db4cfeeb4106d8</id>
<content type='text'>
Change-Id: I943e42508cc8ca4e20c65803c1bca225195ddd0e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I943e42508cc8ca4e20c65803c1bca225195ddd0e
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: rewrite options for code-block by directive:option directive</title>
<updated>2019-12-08T12:33:06+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-05-29T17:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9e40f2a6030ac63a77716d73167d0f409d4fed79'/>
<id>9e40f2a6030ac63a77716d73167d0f409d4fed79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: rewrite options for highlight by directive:option directive</title>
<updated>2019-12-08T12:33:06+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-05-29T16:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d82e0bb5a58b80cf65a9e9d4fe530188cf7ddaf7'/>
<id>d82e0bb5a58b80cf65a9e9d4fe530188cf7ddaf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'fontenc' latex_elements key documentation</title>
<updated>2019-12-07T11:27:21+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2019-12-07T11:27:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=73a2228c87375a2e55396672b5c215a43a17e2c4'/>
<id>73a2228c87375a2e55396672b5c215a43a17e2c4</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.2.2' into 2.0</title>
<updated>2019-12-02T16:19:02+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-12-02T16:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7292ab7eef7d540be2dd0532b07bfe016a4149a1'/>
<id>7292ab7eef7d540be2dd0532b07bfe016a4149a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2019-11-28T14:31:08+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-11-28T14:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=82a6048f1205ee032327e1643d879ef322a2012f'/>
<id>82a6048f1205ee032327e1643d879ef322a2012f</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 #6866 from tk0miya/napoleon_doc_fix</title>
<updated>2019-11-26T16:25:33+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-11-26T16:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1cc1481771ad5d8872f59c715d9dd3af9c79b9fa'/>
<id>1cc1481771ad5d8872f59c715d9dd3af9c79b9fa</id>
<content type='text'>
doc: URL of numpydoc has changed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc: URL of numpydoc has changed</pre>
</div>
</content>
</entry>
</feed>
