Commit Graph

14926 Commits

Author SHA1 Message Date
Takeshi KOMIYA
9a4ab5403e Merge 3.0.0b2 CHANGES entries into 3.0.0 2020-04-06 00:08:08 +09:00
Takeshi KOMIYA
901e693f8f Merge 2.4.5 CHANGES entries into 3.0.0 2020-04-06 00:05:36 +09:00
Takeshi KOMIYA
4f33a1eb86 Merge branch '3.0.x' into 3.x 2020-04-05 23:57:05 +09:00
Takeshi KOMIYA
becc798d36 test: Fix indentation 2020-04-05 23:49:08 +09:00
Takeshi KOMIYA
afdcd73ef9 Fix flake8 error 2020-04-05 23:48:24 +09:00
Takeshi KOMIYA
4c1b8b8db6 Merge branch '3.0.x' into 3.x 2020-04-05 23:04:19 +09:00
Takeshi KOMIYA
231d75b0d0 Merge branch '2.x' into 3.0.x 2020-04-05 23:03:35 +09:00
Takeshi KOMIYA
223f92b5c1 Merge branch '2.4.x' into 2.x 2020-04-05 23:01:11 +09:00
Takeshi KOMIYA
44db2b5da2
Merge pull request #7415 from tk0miya/7409_priority_for_config-inited_handlers
Fix #7409: Convert configuration values on late config-inited event
2020-04-05 22:12:14 +09:00
Takeshi KOMIYA
18a14e475c Fix #7409: Convert configuration values on late config-inited event
This changes a priority for config-inited handlers of core modules
to invoke them at the late of the event.  It allows extensions to
modify configurations.
2020-04-05 22:03:54 +09:00
Christian Gudrian
69e8c5d6d9 fixed Xindy language options
The current language options for Xindy do not work if there
are variants involved (din5007, cyrillic, etc.). The reason is that
Xindy's module lookup derives the variant from the language
argument (-L) and not from the codepage argument (-C).

This patch has been tested with TeXLive 2019 (Xindy 2.5.1).
2020-04-04 22:45:13 +02:00
Takeshi KOMIYA
bc1387cabb LaTeX: Make the `toplevel_sectioning` setting optional in LaTeX theme 2020-04-04 11:25:34 +09:00
Takeshi KOMIYA
aa1f7fb0ff
Merge pull request #7402 from tk0miya/7401_broken_env-get-outdated
Fix #7401: Incorrect argument is passed for env-get-outdated handlers
2020-04-03 01:07:34 +09:00
Takeshi KOMIYA
e89787d4f1
Merge branch '3.0.x' into 7401_broken_env-get-outdated 2020-04-02 23:43:18 +09:00
Takeshi KOMIYA
1d299d36d6
Merge pull request #7403 from tk0miya/7355_wrong_signature_cython
Fix #7355: autodoc: a signature of cython-function is not recognized well
2020-03-31 23:13:32 +09:00
Takeshi KOMIYA
360efdefec Fix #7355: autodoc: a signature of cython-function is not recognized well 2020-03-31 21:14:08 +09:00
Takeshi KOMIYA
c4c744273c Fix #7401: Incorrect argument is passed for env-get-outdated handlers 2020-03-31 20:28:21 +09:00
Takeshi KOMIYA
ac2987a7d3
Merge pull request #7397 from tk0miya/6564_table_width
Fix html: a width of table was ignored on HTML builder (ref: #6564)
2020-03-30 23:53:24 +09:00
Takeshi KOMIYA
80e06fc38c Update message catalog 2020-03-30 23:48:19 +09:00
Takeshi KOMIYA
015def3995
Merge branch '3.0.x' into 6564_table_width 2020-03-30 23:41:04 +09:00
Takeshi KOMIYA
faf7280f97
Merge pull request #7387 from jakobandersen/before_content
Add ObjectDescription.transform_content()
2020-03-30 10:28:56 +09:00
Takeshi KOMIYA
e666a85cf3
Merge pull request #7400 from tk0miya/refactor_autosummary2
refactor: autosummary: string source_parsers are no longer registred
2020-03-30 10:22:57 +09:00
Jakob Lykke Andersen
fc2edd29a8 Add ObjectDescription.transform_content() 2020-03-29 19:44:08 +02:00
Takeshi KOMIYA
5af835e377 refactor: autosummary: string source_parsers are no longer registred 2020-03-30 02:00:58 +09:00
Takeshi KOMIYA
fb9d759f09
Merge pull request #7399 from tk0miya/refactor_type_annotation2
refactor: Update type annotation for cpp domain
2020-03-30 01:58:17 +09:00
Takeshi KOMIYA
01a6dfdc5a
Merge pull request #7398 from tk0miya/refactor_type_annotation
refactor: Update type annotation for autosummary
2020-03-30 01:40:06 +09:00
Takeshi KOMIYA
3a95fa7336
Merge pull request #7363 from tk0miya/refactor_pydomain
refactor: py domain: Use namedtuple for python objects and modules
2020-03-30 01:34:40 +09:00
Takeshi KOMIYA
2118252b37 Bump version 2020-03-30 01:32:14 +09:00
Takeshi KOMIYA
fa10309322 refactor: Update type annotation for cpp domain 2020-03-30 01:31:17 +09:00
Takeshi KOMIYA
8f444c373f refactor: Update type annotation for autosummary 2020-03-30 01:26:41 +09:00
Takeshi KOMIYA
1df5add544 Update message catalog 2020-03-30 01:25:54 +09:00
Takeshi KOMIYA
9d32d5be55
Merge pull request #7374 from tk0miya/7301_node_id
Fix #7301: capital characters are not allowed for node_id
2020-03-30 00:19:14 +09:00
Takeshi KOMIYA
32b256dc2f Fix #7301: epub: duplicated node_ids are generated 2020-03-29 23:55:56 +09:00
Takeshi KOMIYA
7aa5584a47 Fix #7301: capital characters are not allowed for node_id 2020-03-29 23:55:56 +09:00
Takeshi KOMIYA
70c61e44c3
Merge pull request #7395 from tk0miya/7219_indexentries_for_pyfunc
Fix #7219: py:function directive generates incorrect index entry
2020-03-29 20:04:29 +09:00
Takeshi KOMIYA
fe9473f42e Fix #7219: py:module directive generates incorrect index entry 2020-03-29 19:37:21 +09:00
Takeshi KOMIYA
ce25d0080e Fix #7219: py:function directive generates incorrect index entry 2020-03-29 19:37:19 +09:00
Takeshi KOMIYA
7887615374
Merge pull request #7390 from tk0miya/6477_broken_disabling_xref
Fix #6477: Escape first "!" in a cross reference linking no longer possible
2020-03-29 19:14:08 +09:00
Takeshi KOMIYA
49063aa4eb Fix html: a width of table was ignored on HTML builder (ref: #6564) 2020-03-29 17:56:19 +09:00
Takeshi KOMIYA
3b6b3e5801 Update message catalogs 2020-03-29 02:24:38 +09:00
Takeshi KOMIYA
4ba1243ea2 Update CHANGES for PR #7222 2020-03-28 23:14:55 +09:00
Takeshi KOMIYA
0efcd95ea7
Merge pull request #7222 from terencehonles/fix-functools.__wrapped__-functions
Fix: autodoc: `__wrapped__` functions are not documented correctly
2020-03-28 23:13:16 +09:00
Takeshi KOMIYA
fd9d9f97bf Merge branch '3.0.x' into 3.x 2020-03-28 23:06:45 +09:00
Takeshi KOMIYA
49acfcb401 Merge branch '2.x' into 3.0.x 2020-03-28 23:06:02 +09:00
Takeshi KOMIYA
c99db32a6c Merge branch '2.4.x' into 2.x 2020-03-28 23:05:47 +09:00
Takeshi KOMIYA
36e204f627
Merge pull request #7394 from tk0miya/7361_update_CONTRIBUTING
Update CONTRIBUTING
2020-03-28 22:57:32 +09:00
Takeshi KOMIYA
bdeea0723b Update CONTRIBUTING 2020-03-28 22:37:22 +09:00
Takeshi KOMIYA
7585afb620
Merge pull request #7392 from tk0miya/7225_makefile
Fix #7225: release package contains .mypy_cache directory
2020-03-28 22:25:29 +09:00
Takeshi KOMIYA
e1c8582bb6
Merge pull request #7393 from tk0miya/update_doc
doc: Hide changelog entries on ToC page
2020-03-28 22:25:17 +09:00
Takeshi KOMIYA
ba4510d01f doc: Hide changelog entries on ToC page 2020-03-28 22:01:32 +09:00