Commit Graph

6382 Commits

Author SHA1 Message Date
Takeshi KOMIYA
6efdd07d94 #2351: Fix footnote spacing 2016-03-02 12:22:05 +09:00
Takeshi KOMIYA
94d26d48b8 Fix CHANGES 2016-03-02 12:21:18 +09:00
Takeshi KOMIYA
110c2b0dbc Fix #2327: Add latex_toplevel_sectioning to switch the top level sectioning of LaTeX document. 2016-03-02 11:18:08 +09:00
Takeshi KOMIYA
c05a0f9904 Merge branch 'stable' 2016-03-02 11:15:55 +09:00
Takeshi KOMIYA
e81f7186e8 Redece tocdepth if part or chapter is used for top_sectionlevel (ref #2358) 2016-03-02 11:11:49 +09:00
Takeshi KOMIYA
119b971804 update doc: LaTeX writer now refers maxdepth option (ref #2358) 2016-03-02 11:11:11 +09:00
Takeshi KOMIYA
a2efd1475a Move tocdepth definition to above of user-preamble (ref #2358) 2016-03-02 11:11:11 +09:00
Takeshi KOMIYA
569a5bedca Fix #2361: additional paragraphs inside the "compound" directive are indented 2016-03-02 10:55:09 +09:00
Takeshi KOMIYA
131057599d Update CHANGES for #2301 2016-03-02 00:34:45 +09:00
Takeshi KOMIYA
a676f6d222 Merge pull request #2301 from xuhdev/classic-hyphens
Texts in the classic html theme should be hyphenated.
2016-03-02 00:34:13 +09:00
Takeshi KOMIYA
305e336652 Fix #2360: numref in LaTeX output is broken 2016-03-02 00:28:45 +09:00
Takeshi KOMIYA
007736c9ae Fix markups in CHANGES 2016-03-01 00:49:22 +09:00
Takeshi KOMIYA
cfd8b520b6 Fix test_search has been failed 2016-03-01 00:48:58 +09:00
shimizukawa
283bf42ea7 Merge with 'stable'
Conflicts:
	CHANGES
	sphinx/__init__.py
	sphinx/io.py
2016-02-29 23:19:13 +09:00
shimizukawa
8ab5cdca2b Bump version 2016-02-29 22:52:13 +09:00
shimizukawa
9ec5305bba Bump to 1.3.6 final 2016-02-29 22:47:46 +09:00
shimizukawa
34422ebcad fix for make style-check 2016-02-29 22:44:09 +09:00
Takeshi KOMIYA
77df787e81 Fix #2019: the domain objects in search result are not escaped 2016-02-29 10:52:48 +09:00
Georg Brandl
2cd696eea5 Merge pull request #2359 from atzeinicola/stable
issue #2357
2016-02-28 23:34:27 +01:00
atzeinicola
d5a2073a07 issue #2357 2016-02-28 22:51:07 +01:00
Takeshi KOMIYA
5eee890241 Update CHANGES 2016-02-25 22:21:20 +09:00
Takeshi KOMIYA
a682ab2e57 Define `\internalreference` macro to redefine the style of references 2016-02-25 22:07:18 +09:00
Takeshi KOMIYA
cea81e7a70 Define `\menuselection and \accelerator macros to redefine the style of menuselection` roles. 2016-02-25 20:58:01 +09:00
Takeshi KOMIYA
e8cbd5a750 Fix #2338: Define `\titlereference macro to redefine the style of title-reference` roles. 2016-02-23 13:23:59 +09:00
Takeshi KOMIYA
9ff2847886 Update CHANGES for PR#2340 2016-02-23 12:45:16 +09:00
Takeshi KOMIYA
611aa10f78 Merge pull request #2340 from xuhdev/mathjax-align
Math extension: support alignment of multiple equations for MathJAX.
2016-02-23 12:44:09 +09:00
Takeshi KOMIYA
2441c647d2 Fix #2229: no warning is given for unknown options 2016-02-23 12:23:06 +09:00
Takeshi KOMIYA
ae9d786390 Add :confval:suppress_warnings to supress arbitrary warning message 2016-02-23 12:23:06 +09:00
Takeshi KOMIYA
825e8bca57 Merge pull request #2342 from tk0miya/2326_improve_str_type_hinting
Fix the confval type checker emits warnings if unicode is given to confvals which expects string value
2016-02-23 12:09:13 +09:00
Takeshi KOMIYA
606daeda18 Fix the confval type checker emits warnings if unicode is given to confvals which expects string value 2016-02-23 11:14:58 +09:00
Takeshi KOMIYA
95583428f5 Merge pull request #2333 from EricFromCanada/stable
make conf.py's html_favicon description match docs
2016-02-23 11:09:46 +09:00
Takeshi KOMIYA
ea5fd7284c Refactor: all of warnfuncs bypasses kwargs to Sphinx.warn() 2016-02-23 00:39:21 +09:00
Takeshi KOMIYA
041aa6055f Fix #2331: code-blocks are filled by block in dvi; remove `xcdraw` option from xcolor package 2016-02-23 00:18:08 +09:00
Takeshi KOMIYA
84fb1b7617 Fix #2245: Add `latex_elements["passoptionstopackages"]` option to call PassOptionsToPackages in early stage of preambles 2016-02-23 00:14:03 +09:00
Takeshi KOMIYA
968f072c42 Fix CHANGES for #2276 2016-02-23 00:11:23 +09:00
Takeshi KOMIYA
904163f5b6 Merge pull request #2276 from tk0miya/1921_figure_substitutions
Fix #1921: Support figure substitutions by locale
2016-02-22 23:55:53 +09:00
Takeshi KOMIYA
0636d54f6f `sphinx.ext.graphviz` supports graph substituions by locale 2016-02-22 21:32:06 +09:00
Takeshi KOMIYA
3f0843bca0 Add figure_language_filename to customize filename pattern for figure substitutions 2016-02-22 21:32:05 +09:00
Takeshi KOMIYA
1f5aa28db0 Fix #1921: Support figure substitutions by locale 2016-02-22 21:32:05 +09:00
Takeshi KOMIYA
46138ca605 Select an image by similarity if multiple images are globbed by `.. image:: filename.*`
Until this point, it is used the last image returned from glob.glob().
The order of glob.glob() is determined by filesystem.
After this, Sphinx uses filename similarity to determine the image.
2016-02-22 17:06:35 +09:00
Takeshi KOMIYA
208eb6e052 Refactor: guess_mimetype() 2016-02-22 16:30:41 +09:00
Takeshi KOMIYA
7d1b0ec7a1 Refactor tests: Add @skip_if_graphviz_not_found decorator 2016-02-22 16:30:41 +09:00
shimizukawa
cea8c85bf0 remove a part of description that mentioned about epub3 internal formating. 2016-02-22 10:36:39 +09:00
shimizukawa
905cbd09ed Fix: ambiguous description for epub3_page_progression_direction conf value. 2016-02-22 10:20:28 +09:00
Takeshi KOMIYA
d38b3ff2a0 Merge branch 'stable' 2016-02-20 21:19:51 +09:00
Takeshi KOMIYA
f6af2af9a4 Don't show option-role warnings in 1.3.x too 2016-02-20 19:43:39 +09:00
Takeshi KOMIYA
39bef55fd5 Fix #2329: Refresh environment forcely if source directory has changed 2016-02-20 17:40:31 +09:00
Takeshi KOMIYA
3ce737335e Fix #2329: Refresh environment forcely if source directory has changed 2016-02-20 17:11:33 +09:00
Takeshi KOMIYA
889f77343c Merge pull request #2339 from tk0miya/2332_highlighting_fallback_by_default
Highlighting fallbacks by default
2016-02-20 01:25:11 +09:00
Takeshi KOMIYA
2b93e09c0a Highlighting fallbacks by default
In 423bf7b, I tried to add fallback mechanism to ``python3``. But it breaks
the python3 highlighting on python2 environment.

This adds ``'default'`` to highlighting languages; it works like
``'python3'``, but fallbacks if failed Highlighting. And this removes
try-parse step from ``'python3'`` language. Now, it highlights regardless of
runtime environments.  Thanks to Yoshiki SHIBUKAWA.
2016-02-20 00:44:28 +09:00