Commit Graph

2935 Commits

Author SHA1 Message Date
Takeshi KOMIYA
d6ffdde45e Merge pull request #4844 from tk0miya/4767_broken_mathjax_by_highlighting
Fix #4767: html: search highlighting breaks mathjax equations
2018-04-15 13:00:45 +09:00
jfbu
aa21d78e42 Fix again #4837, using better equivalent to deprecated \sf 2018-04-14 19:48:24 +02:00
Takeshi KOMIYA
af58d7faed Remove substitution_definition nodes from doctree on reading phase (refs: #4827) 2018-04-15 02:35:26 +09:00
Takeshi KOMIYA
5e4da90ffa Change priority of sphinx-domains 2018-04-15 02:34:26 +09:00
Takeshi KOMIYA
765aec565d Change priority of SphinxSmartQuotes 2018-04-15 02:17:36 +09:00
jfbu
453d6a0b67 Fix #4837: (latex with class memoir) Font command \sf is not supported 2018-04-14 18:56:57 +02:00
Takeshi KOMIYA
b35198d847 Deprecate highlightlang directive
highlightlang directive is not documented, and marked as old in v0.2.
2018-04-15 00:33:02 +09:00
Takeshi KOMIYA
b1a0e8062f Fix #4767: html: search highlighting breaks mathjax equations 2018-04-15 00:30:53 +09:00
Takeshi KOMIYA
5a887b1075 Fix #4828: Allow to override numfig_format partially 2018-04-15 00:23:53 +09:00
Takeshi KOMIYA
19585962a2 Update CHANGES for PR #4834 2018-04-14 21:16:07 +09:00
Takeshi KOMIYA
36a8781688 Fix #4803: latex: too slow in proportion to number of auto numbered footnotes 2018-04-14 20:46:01 +09:00
Takeshi KOMIYA
557514330f Merge branch '1.7' 2018-04-14 15:46:31 +09:00
Takeshi KOMIYA
af4647c492 Merge branch '1.7' 2018-04-14 15:43:38 +09:00
Takeshi KOMIYA
c35eb6fade Merge pull request #4815 from tk0miya/refine_add_css_file
Refine adding CSS files
2018-04-13 00:21:33 +09:00
Takeshi KOMIYA
5ef8da518f Fix #4784: latex_show_urls assigns incorrect footnote numbers 2018-04-12 23:40:15 +09:00
Takeshi KOMIYA
ca8e79a392 Merge branch '1.7' into 4817_fix_URLs 2018-04-09 01:56:12 +09:00
Takeshi KOMIYA
b2bd9f75a6 Merge branch '1.7' 2018-04-09 01:46:00 +09:00
Takeshi KOMIYA
245e7d7bab Fix #4812: autodoc ignores type annotated variables 2018-04-08 23:51:01 +09:00
Takeshi KOMIYA
4546c8a1b1 Fix #4817: wrong URLs on warning messages 2018-04-08 22:32:49 +09:00
Takeshi KOMIYA
bd2967f1d2 Add :confval:epub_css_files 2018-04-06 13:11:24 +09:00
Takeshi KOMIYA
5efecd2150 Add :confval:html_css_files 2018-04-06 13:11:24 +09:00
Takeshi KOMIYA
3afc72fba4 Rename add_stylesheet() to add_css_file() 2018-04-06 13:11:24 +09:00
Takeshi KOMIYA
c5d6942b88 add_stylesheet() allows additional attributes 2018-04-06 13:10:49 +09:00
Takeshi KOMIYA
cff8dc519b Fix #4783: Sphinx crashed when drives of srcdir and outdir are different 2018-04-02 23:03:02 +09:00
Takeshi KOMIYA
6030e7390d Merge pull request #4800 from tk0miya/drop_document.settings.gettext_compact
Drop `document.settings.gettext_compact`
2018-04-02 22:58:05 +09:00
Takeshi KOMIYA
47918f365e Merge branch 'master' into refactor_config 2018-04-02 10:47:47 +09:00
Takeshi KOMIYA
bc63dc8450 Rename Config.read() to Config.from_conf_py() 2018-04-01 20:07:45 +09:00
jfbu
ac41ca3413 Remove from CHANGES extra line (refs: #4741) 2018-03-30 22:54:47 +02:00
jfbu
bfdf0d1e83 Merge branch '1.7' 2018-03-30 22:50:55 +02:00
Takeshi KOMIYA
4e39113d94 Fix #4789: imgconverter: confused by convert.exe of Windows 2018-03-31 02:46:54 +09:00
Takeshi KOMIYA
962b6d459e Drop document.settings.gettext_compact 2018-03-30 13:06:11 +09:00
jfbu
1460e261fa Update CHANGES for PR #4793 2018-03-29 23:49:48 +02:00
jfbu
2e74ab0baf Update CHANGES for PR #4796 2018-03-29 19:16:45 +02:00
Takeshi KOMIYA
72a0896bd0 Merge branch 'master' into add_override_option 2018-03-29 22:03:05 +09:00
Takeshi KOMIYA
61828786a6 Deprecate app.override_domain() 2018-03-29 21:59:29 +09:00
Takeshi KOMIYA
a24601aa24 Deprecate Config.check_unicode() 2018-03-29 10:32:49 +09:00
jfbu
bf911b9f40 Update CHANGES for PR #4792 2018-03-28 22:56:22 +02:00
Takeshi KOMIYA
febca7cf26 Merge branch 'master' into refactor_config 2018-03-28 01:01:03 +09:00
Takeshi KOMIYA
0f3fa689a4 Deprecate env._nitpick_ignore 2018-03-26 02:05:58 +09:00
Takeshi KOMIYA
9e0089b252 Fix #4769: autodoc loses the first staticmethod parameter 2018-03-24 00:53:07 +09:00
Takeshi KOMIYA
42263a07a6 Merge branch 'master' into add_override_option 2018-03-24 00:44:11 +09:00
Takeshi KOMIYA
78cbf96158 Deprecate Config.check_types() 2018-03-24 00:29:11 +09:00
Takeshi KOMIYA
ba83214386 Refactor: Add Config.read() as a constructor
To simplify Config.__init__() method, this separates conf.py parsing
feature to Config.read() method.
This allows to instantiate config object simply.
2018-03-23 23:40:28 +09:00
Takeshi KOMIYA
f26db5b228 Merge pull request #4742 from tk0miya/refactor_enumerable_nodes
Refactor enumerable nodes
2018-03-21 23:41:38 +09:00
Takeshi KOMIYA
41f17aeb21 Merge branch '1.7' 2018-03-21 21:08:31 +09:00
Takeshi KOMIYA
991b471025 Bump version 2018-03-21 21:06:48 +09:00
Takeshi KOMIYA
d029b3d5c9 Bump to 1.7.2 final 2018-03-21 21:03:54 +09:00
Takeshi KOMIYA
f9753e30de Merge branch '1.7' 2018-03-21 20:55:30 +09:00
Takeshi KOMIYA
a35be4cc66 Update CHANGES 2018-03-21 14:55:09 +09:00
Takeshi KOMIYA
2d0e2557b8 Merge branch 'master' into refactor_enumerable_nodes 2018-03-21 14:40:58 +09:00