Commit Graph

14444 Commits

Author SHA1 Message Date
Takeshi KOMIYA
bac5192838 Update CHANGES for PR #7221 2020-02-29 23:17:09 +09:00
Takeshi KOMIYA
c67dfef221
Merge pull request #7221 from oxnz/3.x
Latex: replace polyglossia with babel for zh
2020-02-29 23:14:48 +09:00
Takeshi KOMIYA
0132aa527f Close #7220: genindex: Show "main" index entries at first 2020-02-29 18:51:09 +09:00
Takeshi KOMIYA
e6dc20b95d
Merge pull request #7231 from tk0miya/refactor_py_domain
Add testcase for modindex_common_prefix
2020-02-29 18:46:39 +09:00
Takeshi KOMIYA
0465c1a7ad Add testcase for modindex_common_prefix 2020-02-29 18:23:58 +09:00
Takeshi KOMIYA
093d24ede0
Merge pull request #7228 from tk0miya/set_source_info_to_nodes
refactor: Set source_info to nodes
2020-02-29 17:16:50 +09:00
Takeshi KOMIYA
de52e77bc0 refactor: Set source_info to nodes 2020-02-29 17:00:58 +09:00
Takeshi KOMIYA
93e519320b
Merge pull request #7227 from tk0miya/7217_docker
Add a installation procedure for docker
2020-02-29 16:35:15 +09:00
Takeshi KOMIYA
e6f8ed063c doc: Update installation 2020-02-29 16:22:55 +09:00
Takeshi KOMIYA
61b8edcb49 doc: Move docker section above "install from source" 2020-02-29 16:16:56 +09:00
Takeshi KOMIYA
5330172d54 Fix #7223: Sphinx builds has been slower since 2.4.0 2020-02-29 12:24:34 +09:00
Will D. Thomas
ba77af2641
Latex: replace polyglossia with babel for zh
polyglossia does not compatible with xeCJK.
it would override all Chinese font with Serif family.
2020-02-27 21:50:18 +08:00
Jean-François B
942dbc6be6
Merge pull request #7205 from jfbu/latex_7197
LaTeX, fix \sphinxhref + \includegraphics problem with platex
2020-02-26 09:16:33 +01:00
Tetsuo Koyama
89490287e7
🆕 docker-sphinx
Co-authored-by: tk0miya <i.tkomiya@gmail.com>
2020-02-25 12:47:14 +09:00
Takeshi KOMIYA
8cfea7bedd
Merge pull request #7213 from tk0miya/bump_docker
Add a procedure to update docker image
2020-02-25 01:32:06 +09:00
Takeshi KOMIYA
510bd13a9b
Merge pull request #7214 from tk0miya/update_docs
Update docs
2020-02-25 01:31:04 +09:00
Tetsuo Koyama
e20430aee1 🆕 docker-sphinx 2020-02-24 16:04:53 +09:00
Tetsuo Koyama
e3fa132f2b
⬆️ doc/usage/installation.rst 2020-02-24 16:00:47 +09:00
Tetsuo Koyama
14d8cf636a
🆕 docker-sphinx 2020-02-24 15:41:27 +09:00
Takeshi KOMIYA
34255f6014 doc: Recommend to use py38-sphinx instead of py36-sphinx 2020-02-24 12:43:51 +09:00
Takeshi KOMIYA
448937eb4d doc: Remove mention about py2 2020-02-24 12:43:00 +09:00
Takeshi KOMIYA
2aca8c38ed gitignore: Add docker/ 2020-02-24 12:22:39 +09:00
Takeshi KOMIYA
2a3dec8866 Add a procedure to update docker image 2020-02-24 12:21:38 +09:00
Takeshi KOMIYA
26fc526122
Merge pull request #7212 from tk0miya/fix_paramsep
Fix missing commas after PEP-570 separators
2020-02-24 02:18:52 +09:00
Takeshi KOMIYA
078c626408
Merge pull request #7211 from tk0miya/fix_comparer
Fix comparer
2020-02-24 02:18:32 +09:00
Takeshi KOMIYA
01eff916d1 Fix missing commas after PEP-570 separators 2020-02-24 02:03:15 +09:00
Takeshi KOMIYA
1e1fd2b67e Fix comparer 2020-02-23 23:43:35 +09:00
Takeshi KOMIYA
0ae1bf6f03
Merge pull request #7209 from tk0miya/refactor_type_annotation2
refactor: Update type annotations in sphinx.*
2020-02-23 20:03:05 +09:00
Takeshi KOMIYA
fe0c3d4aad
Merge pull request #7208 from tk0miya/refactor_type_annotation_util
refactor: Update type annotations in sphinx.util.*
2020-02-23 20:02:56 +09:00
Takeshi KOMIYA
b7c7965353 refactor: Update type annotations in sphinx.util.* 2020-02-23 19:33:30 +09:00
Takeshi KOMIYA
ecd9b9379f refactor: Update type annotations in sphinx.* 2020-02-23 19:11:48 +09:00
Takeshi KOMIYA
8df1023369
Merge pull request #7207 from tk0miya/refactor_type_annotation_writers
refactor: Update type annotations in sphinx.writers.*
2020-02-23 19:08:50 +09:00
Takeshi KOMIYA
62c3d04d5b
Merge pull request #7206 from tk0miya/refactor_type_annotation_builders
refactor: Update type annotations in sphinx.builders.*
2020-02-23 19:08:38 +09:00
Takeshi KOMIYA
ffd980a1b7 Merge branch 'clean_dists_on_make_clean' into 2.4.x 2020-02-23 18:59:00 +09:00
Takeshi KOMIYA
2bac500eaa Merge branch 'update_release_checklist' into 2.4.x 2020-02-23 18:58:27 +09:00
Takeshi KOMIYA
6532b1fc3e refactor: Update type annotations in sphinx.writers.* 2020-02-23 18:55:47 +09:00
Takeshi KOMIYA
636e6f9c04 refactor: Update type annotations in sphinx.builders.* 2020-02-23 18:54:53 +09:00
jfbu
6eac7901c9 LaTeX, fix \sphinxhref + \includegraphics problem with platex
Upstream issue: https://github.com/latex3/latex2e/issues/286

Fixes #7197
2020-02-23 08:57:53 +01:00
Takeshi KOMIYA
27dc911650
Merge pull request #7204 from tk0miya/clean_dists_on_make_clean
Makefile: clean dists directory on "make clean"
2020-02-23 16:51:35 +09:00
Takeshi KOMIYA
4f0e83306e
Merge pull request #7203 from tk0miya/update_release_checklist
release-checklist: An update of doc-translations is no longer needed
2020-02-23 16:51:27 +09:00
Takeshi KOMIYA
5572eb7b9e Makefile: clean dists directory on "make clean" 2020-02-23 16:36:38 +09:00
Takeshi KOMIYA
2ecf5f4651 release-checklist: An update of doc-translations is no longer needed 2020-02-23 16:33:31 +09:00
Takeshi KOMIYA
5f1c0b5430
Merge pull request #7202 from tk0miya/bump_version
utils/bump_version: Remove empty sections from CHANGES automatically
2020-02-23 16:32:13 +09:00
Takeshi KOMIYA
d98b2f05a3 utils/bump_version: Remove empty sections from CHANGES automatically 2020-02-23 15:57:51 +09:00
Takeshi KOMIYA
06d3aa6c3e
Merge pull request #7200 from tk0miya/refactor_type_annotation_testing
refactor: Update type annotations in sphinx.testing.*
2020-02-23 15:39:25 +09:00
Takeshi KOMIYA
58c53c92f4 refactor: Update type annotations in sphinx.testing.* 2020-02-23 15:13:51 +09:00
Takeshi KOMIYA
d7faadf848
Merge pull request #7201 from tk0miya/deprecation_warning
Stop to use Path.text()
2020-02-23 14:37:49 +09:00
Takeshi KOMIYA
a69bea29e9 Revert "Do test with Windows on GitHub Actions"
This reverts commit 51cca58094.
2020-02-23 14:29:07 +09:00
Takeshi KOMIYA
51cca58094
Do test with Windows on GitHub Actions 2020-02-23 14:11:20 +09:00
Takeshi KOMIYA
7216c1945b Stop to use Path.text() 2020-02-23 12:53:31 +09:00