Georg Brandl
1179bbc96b
Merge pull request #2210 from QuLogic/consistent-inheritance
...
Sort attributes in inheritance diagrams.
2016-01-06 10:29:19 +01:00
Takeshi KOMIYA
4036dffd51
Update CHANGES for PR #2216
2016-01-06 12:43:33 +09:00
Takeshi KOMIYA
02e317d9bf
Merge pull request #2216 from xuhdev/texinputs-Makefile
2016-01-06 12:41:55 +09:00
Hong Xu
715b460c8c
Add more PHONY targets in the LaTeX output Makefile
2016-01-06 12:38:02 +09:00
Hong Xu
8241b3d16f
The clean target the LaTeX ouput Makefile should remove more files
2016-01-06 12:38:02 +09:00
Hong Xu
e3687bb47d
Add "gz" and "xz" archive target to the LaTeX output Makefile
2016-01-06 12:38:02 +09:00
Hong Xu
b323900d93
Specify a default format (pdf) in the LaTeX output Makefile
2016-01-06 12:38:02 +09:00
Takeshi KOMIYA
ce1db22a50
Update CHANGES for #2165
2016-01-05 00:31:35 +09:00
Akihiro Uchida
789c298c66
Fix #2165 : Remove faulty and non-need conditional
2016-01-05 00:29:24 +09:00
Takeshi KOMIYA
070cf51764
Update CHANGES for #1906
2016-01-04 22:23:47 +09:00
Takeshi KOMIYA
476f8093ea
Merge pull request #1906 from kieranh5511/master
...
Use xcolor over color for \fcolorbox where available for LaTeX output
2016-01-04 22:22:23 +09:00
Takeshi KOMIYA
ddf6acd33c
Update CHANGES for PR #2204
2016-01-02 20:23:01 +09:00
jfbu
297c164711
Load graphicx without specifying the driver
...
This is issue #2164 .
On the current main TeX installations (TeXLive, MikTeX), \pdftexversion is defined also when running latex to produce dvi files. This commit deletes TeX code which resulted in the "pdftex" driver being always assumed, which made it a priori impossible to compile via latex.
The graphicx packages is smart enough to detect correctly the driver (pdftex, xetex, ...) and defaults to dvips.
2016-01-02 19:30:22 +09:00
Takeshi KOMIYA
a4e37fe7bf
Update CHANGES for PR #2200
2016-01-02 17:59:50 +09:00
Hong Xu
01c381363e
Run xelatex and lualatex as well in latex tests.
2016-01-02 17:58:41 +09:00
Hong Xu
83da5df505
LaTeX: Disable specific UTF-8 support commands for XeTeX and LuaTeX
...
XeTeX and LuaTeX have builtin UTF-8 support.
2016-01-02 17:58:41 +09:00
Takeshi KOMIYA
00b909f9b6
Fix warnings caused by renaming pngmath in CHANGES and docs
2016-01-02 17:58:41 +09:00
Takeshi KOMIYA
d4584d6295
Merge pull request #2212 from jwilk/spelling
...
Fix typos
2016-01-02 11:13:47 +09:00
Jakub Wilk
f86217c9d1
Fix typos.
2016-01-01 20:54:30 +01:00
Takeshi KOMIYA
5f9547bc21
Update CHANGES for PR #2192
2016-01-01 21:07:43 +09:00
Takeshi KOMIYA
8dace2871e
Merge pull request #2192 from xuhdev/imgmath
...
Imgmath (pngmath with svg support)
2016-01-01 21:06:02 +09:00
Elliott Sales de Andrade
e49d167450
Sort attributes in inheritance diagrams.
...
This ensures that the graphviz script is always the same and thus the
filename (which is the hash of the script and other things) remains
consistent.
2016-01-01 04:55:33 -05:00
Takeshi KOMIYA
525a03b21b
Upate CHANGES for PR #1899
2016-01-01 11:04:28 +09:00
Takeshi KOMIYA
5f7ef4db60
Merge pull request #1899 from Eric89GXL/opts
...
FIX: Ensure list is sent to OptParse
2016-01-01 11:02:50 +09:00
Takeshi KOMIYA
ed196a8adf
Fix README
2016-01-01 01:29:35 +09:00
Hong Xu
d8990b4612
Add deprecation information to sphinx.ext.pngmath
2015-12-29 15:14:04 -08:00
Hong Xu
f233c604ef
imgmath: Make the size of the displayed math customizable.
2015-12-29 15:14:04 -08:00
Hong Xu
ea25284d0a
Replace pngmath with imgmath in quickstart.
2015-12-29 15:14:04 -08:00
Hong Xu
657ebc2ab0
Add Hong Xu to the AUTHOR list
2015-12-29 15:14:04 -08:00
Hong Xu
f68bfbdbb7
Update the pngmath doc to synchronize with imgmath
2015-12-29 15:14:04 -08:00
Hong Xu
355fe2a233
Add the imgmath extension, the successor of pngmath.
...
In addition to the features which pngmath supports, imgmath also
supports svg output format.
2015-12-29 15:13:57 -08: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