Commit Graph

5839 Commits

Author SHA1 Message Date
Takeshi KOMIYA
f89e3dfee3 Update docs about sphinx.parsers.Parser class 2016-01-17 19:18:02 +09:00
Takeshi KOMIYA
f1765c2576 Add sphinx.parsers.Parser class; a base class for new parsers
The class inherits ``docutils.parsers.Parser`` and implements ``set_application()`` in addition.
It enables subclasses to read configurations, to access environments and to logging.
2016-01-17 19:18:02 +09:00
Takeshi KOMIYA
ed196a8adf Fix README 2016-01-01 01:29:35 +09:00
Takeshi KOMIYA
026fde47b0 Fix #2183 porterstemmer causes make json to fail
Drop PorterStemmer package support.
For now, PyStemmer can accelarate stemming process of snowballstemmer.
2015-12-26 13:11:22 +09:00
Takeshi KOMIYA
4234c88f21 Fix #2113: Allow `:class:` option to code-block directive 2015-12-20 22:44:32 +09:00
shimizukawa
bf1cc70996 Merge with 'stable' 2015-12-20 08:48:38 +09:00
Takayuki SHIMIZUKAWA
ec176d83e7 Merge pull request #2185 from sphinx-doc/use-with-to-open-file-for-testing
Fix #2185: Use with syntax to open files on testing.
2015-12-20 08:44:04 +09:00
shimizukawa
91fe0b6ceb Fix #2185: Use with syntax to open files on testing. 2015-12-20 08:13:02 +09:00
Takeshi KOMIYA
9669f2a48b Fix #2171: cannot linkcheck url with unicode 2015-12-19 22:58:53 +09:00
Takeshi KOMIYA
788c0ebffc Add testcase for encoding URIs in linkcheck builder 2015-12-19 22:49:14 +09:00
Takeshi KOMIYA
209e5f29b1 Fix #2168: raw directive does not work for text writer 2015-12-19 20:34:27 +09:00
shimizukawa
0b0f6d66cb Fix #2158: test_latex_build.test_footnote and some tests fail on Windows environment with py3 2015-12-19 19:00:39 +09:00
Takeshi KOMIYA
157375baa3 Merge pull request #2159 from sphinx-doc/1237_footnote_in_deflist
Fix #1237 footnotes not working in definition list in LaTeX
2015-12-19 17:55:07 +09:00
Takeshi KOMIYA
a21bfb1061 Make ShowUrlsTransform plain class 2015-12-19 16:53:15 +09:00
Takeshi KOMIYA
9f96bbaf35 Move testcases for footnotes to roots/test-footnote 2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
5983d02787 Fix #1237 footnotes not working in definition list in LaTeX 2015-12-19 16:45:23 +09:00
Takeshi KOMIYA
5fc4536040 Fix invalid node id was assigned
Because document.ids is reset on pickling doctree...
2015-12-19 16:44:45 +09:00
Takeshi KOMIYA
9fec96d327 Refactor latex_show_urls processor to Transform class 2015-12-19 16:44:45 +09:00
Takeshi KOMIYA
885b997a25 Add testcases for latex_show_urls 2015-12-19 16:40:10 +09:00
Takeshi KOMIYA
e859543f8b Fix #967: SVG inheritance diagram is not hyperlinked (clickable) 2015-12-19 16:12:26 +09:00
Takeshi KOMIYA
39458552ec Update CHANGES for PR #2176 2015-12-19 15:20:55 +09:00
Takeshi KOMIYA
e568f03e38 Merge pull request #2176 from xuhdev/graphviz-interactive-svg
sphinx.ext.graphviz: use <object> instead of <img> to embed svg
2015-12-19 15:15:13 +09:00
Takeshi KOMIYA
cb3f8c62ae Fix typo in CHANGES 2015-12-19 15:12:44 +09:00
Takeshi KOMIYA
cc84702257 Update CHANGES for PR #1833 2015-12-19 10:52:53 +09:00
Takeshi KOMIYA
7f55295650 Merge pull request #1833 from xuhdev/latex-mailto
Email addresses should not be showed again if latex_show_urls is not None
2015-12-19 10:45:53 +09:00
Daniel Jakob
cb484a4172 perform a lower() on german index terms #2083 2015-12-18 21:44:01 +01:00
Georg Brandl
f3dbea14a9 Merge pull request #2181 from usox/2083-fix_german_searchindex
perform a lower() on german index terms #2083
2015-12-18 21:43:23 +01:00
Georg Brandl
8232707a12 merge stable to default 2015-12-18 21:42:55 +01:00
Georg Brandl
17a8f91922 Merge pull request #2182 from xuhdev/latex-dots-images
Fix #981: LaTeX: support image file names with more than 1 dots
2015-12-18 21:42:11 +01:00
Georg Brandl
0e38d445ec More parallel code optimizations. 2015-12-18 21:37:29 +01:00
Daniel Rings
8d373b9ab1 Fix #2177: Remove parallel hangs 2015-12-18 21:37:29 +01:00
Georg Brandl
580405c714 More parallel code optimizations. 2015-12-18 21:37:20 +01:00
Daniel Rings
9cdaf3406f Fix #2177: Remove parallel hangs 2015-12-18 21:37:20 +01:00
Hong Xu
2ee03a2729 Fix #981: LaTeX: support image file names with more than 1 dots
LaTeX cannot detect image file names with more than 1 dots in it
correctly. The solution is to use '{}' to surround the base name. See
https://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename

Fix #981
2015-12-17 19:03:31 -08:00
Daniel Jakob
a44507083b perform a lower() on german index terms #2083 2015-12-17 15:06:46 +01:00
Hong Xu
691141d23f sphinx.ext.graphviz: Add doc to explain how to make the links in svg output work. 2015-12-16 19:33:17 -08:00
Hong Xu
1a1f735478 sphinx.ext.graphviz: use <object> instead of <img> to embed svg
If svg files are embedded in <img> in html, all interactive features are
lost, which graphviz is able to produce. This commit replace <img> with
<object> for svg files.

Close #967
2015-12-16 02:55:40 -08:00
Jakob Lykke Andersen
d044268d60 Merge pull request #2163 from jakobandersen/master
C++, parallel build fix
2015-12-14 16:17:04 +01:00
Hong Xu
0084004cfd Add testing cases for the "latex_show_urls" option 2015-12-11 15:06:14 -08:00
Hong Xu
e2f56a64a4 Email addresses should not be showed again if latex_show_urls is not False
The latex output shows email addresses even the external links itself is
an email address. For example, for an email address me@example.com,
latex output will show it as "me@example.com (me@example.com)".  This
commit fixes this issue by removing the "mailto:" prefix before
comparing the text and uri.
2015-12-11 15:05:54 -08:00
Jakob Lykke Andersen
f04c3d8496 Fix flake8 error 2015-12-10 09:52:55 +01:00
Jakob Lykke Andersen
c2db93f00b C++, parallel build fix
Delete operator symbols when clearing.
2015-12-10 09:39:45 +01:00
Takeshi KOMIYA
8b47cc52b1 Update CHANGES 2015-12-10 00:15:07 +09:00
Takaaki AOKI
07ed539ad3 modify test strings to be found after build_latex 2015-12-10 00:13:37 +09:00
Takaaki AOKI
a1240d2cab resolve issue #2147
Replace legacy float by newfloat package to allow page-break
within literal-block environment. capt-of and needspace packages are
additionally required.

reference:
http://tex.stackexchange.com/questions/175650/how-to-allow-page-break-inside-a-float-environment
2015-12-10 00:13:37 +09:00
shimizukawa
024a3f701e fix CHANGES 2015-12-09 18:29:46 +09:00
shimizukawa
6f6aa53f37 Update CHANGES refs #1804. 2015-12-09 17:29:04 +09:00
Takayuki SHIMIZUKAWA
4ddfaf1795 Merge pull request #1804 from HassenPy/patch-1
sidebar text overflow
2015-12-09 17:26:19 +09:00
shimizukawa
32d4ab51bd Update CHANGES refs #1757 2015-12-09 17:00:40 +09:00
Takayuki SHIMIZUKAWA
8bfc9409ec Merge pull request #1757 from hemmecke/master
fix unclear documentation for html_last_updated_fmt
2015-12-09 16:54:45 +09:00