Commit Graph

13913 Commits

Author SHA1 Message Date
Jonas Haag
df2f80c755 Add linkcheck_auth option 2019-11-25 09:53:45 +01:00
jfbu
d9bd9c4098 Fix typo in LaTeX code comment
modified:   sphinx/texinputs/sphinxmulticell.sty
2019-11-22 21:23:07 +01:00
jfbu
70f087990b DOC: add Greek to list of supported languages 2019-11-22 19:15:59 +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
afd81aaf57
Merge pull request #6850 from jwilk-forks/re.sub
Fix misplaced flags in re.sub() call
2019-11-21 00:35:42 +09:00
Jakub Wilk
68729fb975 Fix misplaced flags in re.sub() call
The 4th argument of re.sub() is maximum number of substitutions,
not flags.
2019-11-20 16:03:36 +01:00
Takeshi KOMIYA
182b11e68d Fix #6848: config.py shouldn't pop extensions from overrides 2019-11-20 23:52:19 +09:00
Jean-François B
9f7c7a34db
Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarchar
LaTeX: stop escaping | to LaTeX macro, except if in an index entry
2019-11-18 21:39:43 +01:00
jfbu
30c7af788c LaTeX: revert in index entries to \textbar{} not \sphinxtextbar{}
This is because of case of an index directive or role in a table cell.
For the same reason tabulary is not compatible with code-cells,
it affects index entries. The escaping of | char by a LaTeX macro
needed to be by a "robus" or "protected" one, or by string like {"|}.
This was not the choice of previous commit, by oversight.

By reverting to \textbar{} (which is a "robust" command) we also
maintain maximal backwards compatibility for the sorting in the
index done by the makeindex program.
2019-11-18 21:23:06 +01:00
Jean-François B
2b285a2911
Merge pull request #6846 from jfbu/latex_texteuro
LaTeX: Do not escape € wrongly (refs: 0103ff2a2b, #6835)
2019-11-18 19:56:15 +01: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
jfbu
cf376bb455 LaTeX: Do not escape € wrongly (refs: 0103ff2a2b, #6835) 2019-11-18 14:48:18 +01:00
jfbu
e720f0a1a2 LaTeX: stop escaping | to LaTeX macro, except if in an index entry 2019-11-18 01:57:07 +01: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
948ac3a1f0
Merge pull request #6836 from tk0miya/6813_orphan_warning_for_included_document
Fix #6813: An orphan warning is emitted for included document on Windows
2019-11-17 15:05:35 +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
d0fa844f91 Fix #6806: linkcheck: Failure on parsing content 2019-11-17 11:12:33 +09:00
Takeshi KOMIYA
fcdeafd56e
Merge pull request #6784 from tk0miya/4683_more_translatable_toctree
Close #4683: i18n: make explicit titles in toctree translatable
2019-11-17 02:33:32 +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
b6abb12b33
Merge pull request #6795 from tk0miya/6793_sidebar_in_texinfo
Fix #6793: texinfo: Code examples broken following "sidebar"
2019-11-17 01:09:18 +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
Jean-François B
53cd2a064e
Merge pull request #6835 from jfbu/latex_unicode_reduce_tex_escape
LaTeX: escape fewer Unicode chars if engine is lualatex or xelatex
2019-11-16 11:42:21 +01:00
Takeshi KOMIYA
f3469bcc8f Make escape() and hlescape() as public APIs of texescape 2019-11-16 19:42:06 +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
7d0aa9594d
Merge pull request #6833 from tk0miya/6738_todo_shuould_use_get_encode_func
Fix #6738: Use get_encode_func in todo extension
2019-11-16 18:21:24 +09:00
Takeshi KOMIYA
491b19d6bb autosummary: Allows to document a member forcedly if skip-member handler returns False 2019-11-16 18:19:33 +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
Takeshi KOMIYA
af9a404de8
Merge pull request #6832 from tk0miya/6738_new_hlescape_for_unicode_latex_engine
Fix #6738: latex: literal_block does not support raw unicode characters
2019-11-16 17:51:41 +09:00
Takeshi KOMIYA
660e746cf8 Fix #6738: latex: literal_block does not support raw unicode characters 2019-11-16 16:47:20 +09:00
Takeshi KOMIYA
75b6d66f1d Fix #6738: Use get_encode_func in todo extension 2019-11-16 16:46:21 +09:00
Jean-François B
ef09ea23fe
Merge pull request #6750 from tk0miya/6738_new_escape_for_unicode_latex_engine
Fix #6738: Do not replace unicode characters by LaTeX macros on unicode supported LaTeX engine
2019-11-15 19:10:22 +01: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
Jean-François B
d09c681351
Merge pull request #6810 from jfbu/6809_code_block_in_danger
LaTeX: fix #6809
2019-11-15 09:47:45 +01:00
jfbu
b6cb5dd219 Trim possibly erroneous comment from Sphinx LaTeX code 2019-11-15 09:46:23 +01: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
b80935bba1
Merge pull request #6822 from andriyor/parch-1
add urls to Code and Issue tracker for PyPi
2019-11-15 02:28:50 +09:00
Takeshi KOMIYA
9d3f537cbe
Merge pull request #6823 from tk0miya/6815_broken_message_catalogs
Fix #6815: i18n: some translation messages has been broken
2019-11-15 01:42:53 +09:00