Commit Graph

4040 Commits

Author SHA1 Message Date
Takeshi KOMIYA
7c79a6b8d1 Close #5923: autodoc: allow not to document inherited members of specific super class 2019-12-01 12:51:28 +09:00
Takeshi KOMIYA
c978494914 Update CHANGES for PR #6872 2019-12-01 12:22:02 +09:00
jfbu
204c230c73 LaTeX: avoid ragged line endings in case of multi-line author display
Closes #6876
2019-11-30 23:49:57 +01:00
Takeshi KOMIYA
25f6eff6df Merge branch '2.0' 2019-12-01 00:55:09 +09:00
Takeshi KOMIYA
5a05cabd6a Fix #6867: text: extra spaces are inserted to hyphenated words on folding lines 2019-11-30 22:44:13 +09:00
Takeshi KOMIYA
15c266c445 Merge branch '2.0' 2019-11-30 21:52:42 +09:00
Takeshi KOMIYA
afca037aa4 Update CHANGES for PR #6548 2019-11-28 22:29:56 +09:00
Takeshi KOMIYA
2f0e70e617 Merge branch '2.0' into 6848_config_overrides 2019-11-27 00:07:00 +09:00
Jonas Haag
df2f80c755 Add linkcheck_auth option 2019-11-25 09:53:45 +01:00
Takeshi KOMIYA
125179e76e Merge pull request #6817 from tk0miya/6798_autosummary_emits_skip_member_event
Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating stub file
2019-11-21 08:52:05 +09:00
Timotheus Kampik
a0b0542218 6824 fix search js bug (#6844)
* #6824: Fix search logic (front end)

Prevent duplicate additions of terms to a file in ``fileMap``, document search fix in change log
2019-11-20 21:13:54 +01:00
Takeshi KOMIYA
c65243325c Merge branch '2.0' into 6798_autosummary_emits_skip_member_event 2019-11-21 00:45:57 +09:00
Takeshi KOMIYA
4635727037 Merge pull request #6839 from tk0miya/6806_linkcheck_concatenate_error
Fix #6806: linkcheck: Failure on parsing content
2019-11-21 00:44:03 +09:00
Takeshi KOMIYA
cba9ff9ce2 Merge pull request #6841 from tk0miya/4186_uplatex
Fix #4186: LaTeX: Support upLaTeX as a new latex_engine (experimental)
2019-11-21 00:42:21 +09:00
Takeshi KOMIYA
c9236df8f1 Update CHANGES for PR #6850 2019-11-21 00:39:34 +09:00
Takeshi KOMIYA
182b11e68d Fix #6848: config.py shouldn't pop extensions from overrides 2019-11-20 23:52:19 +09:00
Takeshi KOMIYA
aa882e947c Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_map
Reconsider public APIs of sphinx.util.texescape
2019-11-19 02:02:37 +09:00
Takeshi KOMIYA
c6f0eb215a Fix #4186: LaTeX: Support upLaTeX as a new latex_engine (experimental) 2019-11-17 17:37:48 +09:00
Takeshi KOMIYA
955c88b189 Merge branch '2.0' into 6813_orphan_warning_for_included_document 2019-11-17 14:31:14 +09:00
Takeshi KOMIYA
6644830941 Merge branch '2.0' 2019-11-17 14:24:04 +09:00
Takeshi KOMIYA
d0fa844f91 Fix #6806: linkcheck: Failure on parsing content 2019-11-17 11:12:33 +09:00
Takeshi KOMIYA
76c7e07e8d Merge branch '2.0' into 4683_more_translatable_toctree 2019-11-17 01:32:25 +09:00
Takeshi KOMIYA
a8a4daee72 Merge pull request #6801 from tk0miya/2546_apidoc_supports_sharedlib
Close #2546: apidoc: .so file support
2019-11-17 01:30:32 +09:00
Takeshi KOMIYA
ff079de010 Close #2546: apidoc: .so file support 2019-11-17 01:09:43 +09:00
Takeshi KOMIYA
250ce7425a Merge branch '2.0' into 6793_sidebar_in_texinfo 2019-11-17 00:26:53 +09:00
Takeshi KOMIYA
155f4b0d00 Fix #6813: An orphan warning is emitted for included document on Windows 2019-11-16 23:14:25 +09:00
jfbu
38926cf708 LaTeX: escape fewer Unicode chars if engine is lualatex or xelatex 2019-11-16 10:36:41 +01:00
Takeshi KOMIYA
5f559fbb98 Deprecate sphinx.util.texescape.tex_escape_map 2019-11-16 18:34:48 +09:00
Takeshi KOMIYA
66c3dd3adb Close #6798: autosummary: emit `autodoc-skip-member` event on generating stub file 2019-11-16 18:19:31 +09:00
Jean-François B
b070e5be52 Merge branch '2.0' into 6738_new_escape_for_unicode_latex_engine 2019-11-15 19:09:16 +01:00
Takeshi KOMIYA
96e60df2ed Merge pull request #6825 from Zac-HD/intersphinx-fetch
Fetch `intersphinx` inventories concurrently
2019-11-16 01:51:51 +09:00
jfbu
53ead2a0d9 LaTeX: fix #6809 2019-11-15 09:46:23 +01:00
Jean-François B
2e68d76244 Merge pull request #6807 from jfbu/6804_long_code_block_in_danger
LaTeX: fix #6804
2019-11-15 09:29:29 +01:00
Zac-HD
ea3ba6c210 Fetch inventories concurrently 2019-11-15 17:11:00 +11:00
Takeshi KOMIYA
8f554c465d Merge pull request #6802 from tk0miya/6781_gettext_template
gettext: Use template file to generate message catalog
2019-11-15 02:33:09 +09:00
Takeshi KOMIYA
2c83033ca4 Fix #6815: i18n: some translation messages has been broken 2019-11-15 00:57:39 +09:00
Takeshi KOMIYA
c7fd4cc827 Update CHANGES for PR #6812 2019-11-12 23:55:32 +09:00
jfbu
e6ba2fe6d7 Update CHANGES 2019-11-10 13:45:22 +01:00
Takeshi KOMIYA
399f773d9d gettext: Use template file to generate message catalog 2019-11-08 00:36:57 +09:00
jfbu
a550c7075f LaTeX: Allow linebreaks at \ (in literals, code-blocks, parsed-literal)
Default configuration is to allow the linebreak after the backslash.
It is possible at user side via 'preamble' key and some LaTeX code
to allow the linebreak before the backslash, but each of inline-literal,
code-block, and parsed-literal has its more or less cumbersome way for
that.

Closes: #6000, #6001

This commit handles only the \ character, which had been left aside
by accident so far. Inline-literals could break at more characters
but this is not yet done in this commit. In this context, in future
it could be useful to modify sphinx.util.texescape to use mark-up
such as \sphinxtextbackslash rather than naked \textbackslash and
similarly for some other characters. This could then be used to
allow linebreaks even in regular text paragraphs.
2019-11-06 18:59:09 +01:00
jfbu
59a1b06757 Merge branch '2.2.2' into 2.0 2019-11-06 18:29:07 +01:00
Takeshi KOMIYA
27f0828420 Fix #6793: texinfo: Code examples broken following "sidebar" 2019-11-06 00:56:08 +09:00
Takeshi KOMIYA
b4cd34c8f4 Merge branch '2.0' into 1331_useragent 2019-11-05 22:58:33 +09:00
Takeshi KOMIYA
4ec563fcff Close #6762: latex: Allow to load additonal LaTeX packages 2019-11-05 22:25:41 +09:00
Takeshi KOMIYA
5aee836dc1 Close #4683: i18n: make explicit titles in toctree translatable 2019-11-01 22:01:06 +09:00
Takeshi KOMIYA
8dbb799cb1 Update CHANGES for PR #6782 2019-11-01 00:46:35 +09:00
jfbu
0c6ffa42a5 Fix #6776: 2019-10-01 LaTeX release breaks sphinxcyrillic.sty 2019-10-28 17:15:19 +01:00
Takeshi KOMIYA
39b166b6b9 Fix #6742: end-before option of literalinclude skips first line 2019-10-28 19:16:20 +09:00
Takeshi KOMIYA
32763520a3 Close #1331: Change default User-Agent header 2019-10-27 02:05:33 +09:00
Takeshi KOMIYA
ec8d41b237 Merge branch '2.2.1' into 2.0 2019-10-26 18:04:50 +09:00