Takeshi KOMIYA
695e4fdef9
Merge pull request #2214 from tk0miya/2203_sphinx.ext.githubpages
...
Add sphinx.ext.githubpages to publish the docs on GitHub Pages
2016-01-06 22:37:33 +09:00
Takeshi KOMIYA
0ea518d563
Add sphinx.ext.githubpages to publish the docs on GitHub Pages
2016-01-06 22:14:57 +09:00
Georg Brandl
ba73c484e5
chinese search: add to changelog, remote porterstemmer support
2016-01-06 10:37:30 +01:00
Georg Brandl
3bd7d08b6f
Merge pull request #2170 from daoiqi/zh-search
...
add Chinese Search into milestones
2016-01-06 10:34:36 +01:00
Elliott Sales de Andrade
c100089334
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-06 10:30:21 +01:00
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
e03dc8d27e
Fix #2072 : Footnotes in chapter-titles do not appear in PDF output
2016-01-06 11:13:30 +09:00
Takeshi KOMIYA
26e29de904
Fix broken testcase; Split test-toctree-maxdepth from test-tocdepth
2016-01-06 09:54:48 +09:00
Takeshi KOMIYA
924f65d737
Use document['tocdepth'] instead of document.setting.tocdepth
2016-01-06 09:54:48 +09:00
shimizukawa
acea9900b5
fix over 90 columns
2016-01-06 07:28:46 +09:00
shimizukawa
dc0873adf6
Fix #1820 : On Windows, console coloring is broken with colorama version 0.3.3. Now sphinx use colorama>=0.3.5 to avoid this problem.
2016-01-06 07:27:34 +09:00
Takeshi KOMIYA
b0a5a1339e
Fix #771 : latex output doesn't set tocdepth
2016-01-06 01:34:29 +09:00
Takeshi KOMIYA
d0576cd012
Fix #1408 : Check latex_logo validity before copying
2016-01-05 16:48:22 +09:00
Takeshi KOMIYA
ec4a1ae863
Fix typo in README
2016-01-05 16:47:52 +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
51b101f006
Refactor GroupedField.make_field()
2016-01-05 00:26:31 +09:00
Takeshi KOMIYA
1ac571cd7e
Fix #2125 : unifies behavior of collapsed fields (GroupedField
and TypedField
)
2016-01-05 00:25:53 +09:00
Maximilian Köhl
65ad78daec
[tests] beautify collapsed grouped field
2016-01-05 00:19:36 +09:00
Maximilian Köhl
af5edc31ee
beautify collapsed grouped field
2016-01-05 00:19:28 +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
e8e5391e61
Fix #1894 : Unlisted phony targets in quickstart Makefile
2016-01-04 11:19:50 +09:00
Takeshi KOMIYA
f81ab1e8b9
Fix #2162 : Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension
2016-01-04 10:23:17 +09:00
Takeshi KOMIYA
26c43643d3
Fix broken tests by 7bb685bbe9
2016-01-03 20:52:39 +09:00
Takeshi KOMIYA
7bb685bbe9
Fix #2197 : Slightly cryptic error message for missing index.rst file
2016-01-03 20:26:38 +09:00
Takeshi KOMIYA
2bcf92dfb0
Fix #1815 : linkcheck does not raise an exception if warniserror set to true and link is broken
2016-01-03 20:12:33 +09:00
Takeshi KOMIYA
e41f831fc4
Fix paragraphs in table cell doesn't work in Latex output (ref #1574 )
2016-01-03 12:20:34 +09:00
Takeshi KOMIYA
c305f30ae4
Add .swp to .gitignore
2016-01-02 22:42:16 +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
b6efc7327f
Make `conf.py
` less flake8 warnings (ref #1817 , #2077 )
2016-01-02 16:01:52 +09:00
Takeshi KOMIYA
6d0a74b689
Update CHANGES for PR #2213
2016-01-02 11:42:06 +09:00
Takeshi KOMIYA
f694a9820e
Merge pull request #2213 from xuhdev/classic-css-blockquote
...
Set <blockquote> in the classic theme to fit with <p>.
2016-01-02 11:29:37 +09:00
Takeshi KOMIYA
01a526793d
Fix typos #2122 (cherry-picked by hand)
2016-01-02 11:17:59 +09:00
Takeshi KOMIYA
d4584d6295
Merge pull request #2212 from jwilk/spelling
...
Fix typos
2016-01-02 11:13:47 +09:00
Hong Xu
3db02ede82
Set <blockquote> in the classic theme to fit with <p>.
...
A blockquote looks better if its text style is close to <p>.
2016-01-01 12:21:24 -08: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