Commit Graph

10009 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ec8226daa7
Merge pull request #4612 from tk0miya/optimize_latex_testcase
Use roots/basic for test_latex_logo_if_not_found
2018-02-17 00:25:32 +09:00
Takeshi KOMIYA
b2e18a08e9 Update CHANGES for PR #4622 2018-02-16 21:42:24 +09:00
Takeshi KOMIYA
bc96017a34
Merge pull request #4622 from turky/master
key changes to 'scheme' in epub3 opf template
2018-02-16 21:41:22 +09:00
Akihiro Takizawa
dc4cb0765c restore deleted id attribute in dc.identifier element 2018-02-16 11:09:06 +09:00
Akihiro Takizawa
8a3f485e59 restore deleted id attribute in dc.identifier element 2018-02-16 10:31:50 +09:00
Akihiro Takizawa
11f543445a fix dc.identifier element using opf:scheme in sphinx/templates/epub3/content.opf_t 2018-02-16 09:37:00 +09:00
Akihiro Takizawa
3efc8e957a key changes to scheme in epub3 opf template 2018-02-15 14:28:55 +09:00
Takeshi KOMIYA
26592abbab
Merge pull request #4599 from tk0miya/4260_kwarg_separator_is_disappeared
Fix #4260: autodoc: keyword only argument separator is not disappeared
2018-02-14 10:12:37 +09:00
Takeshi KOMIYA
5b02d61a04 Use roots/basic for test_latex_logo_if_not_found 2018-02-14 01:35:00 +09:00
Takeshi KOMIYA
1d0f7827fc
Merge branch '1.7' into 4260_kwarg_separator_is_disappeared 2018-02-14 00:38:48 +09:00
Thijs Triemstra
91807f882d fix broken links on pypi page 2018-02-14 00:37:16 +09:00
Takeshi KOMIYA
82d09f2256
Merge pull request #4610 from tk0miya/4608_invalid_metatag_for_epub
Fix #4608: epub: Invalid meta tag is generated
2018-02-14 00:34:24 +09:00
Takeshi KOMIYA
7cf1520c10 Fix #4608: epub: Invalid meta tag is generated 2018-02-13 21:00:46 +09:00
Takeshi KOMIYA
795ca7a0c9 Fix #4260: autodoc: keyword only argument separator is not disappeared 2018-02-13 02:13:38 +09:00
Takeshi KOMIYA
419021e82f Bump version 2018-02-12 16:16:20 +09:00
Takeshi KOMIYA
34a20bf10b Bump to 1.7.0 final 2018-02-12 16:14:07 +09:00
Takeshi KOMIYA
bc068e4143 Update message catalogs 2018-02-12 16:10:01 +09:00
Takeshi KOMIYA
ad967433ef
Merge pull request #4593 from tk0miya/optimize
optimize: Don't use transform to process only nodes on resolving toctree
2018-02-12 10:58:45 +09:00
Takeshi KOMIYA
106dc20ce2
Merge pull request #4592 from tk0miya/4581_shall_skip_ignores_excluded_modules
Fix #4581: apidoc: Excluded modules still included
2018-02-12 10:57:32 +09:00
Takeshi KOMIYA
e700f0ba99 Fix #4581: apidoc: Excluded modules still included 2018-02-11 22:10:33 +09:00
Takeshi KOMIYA
4ef4ef7d14 optimize: Don't use transform to process only nodes on resolving toctree
This avoid to use ``SphinxTransformer`` to apply ``process_only_nodes``
on resolving toctree.  It can skip to generate documentation node.  The
generation is too heavy process only for single transformation.
2018-02-11 19:28:48 +09:00
Takeshi KOMIYA
4a96f85119
Merge pull request #4591 from tk0miya/autosectionlabel-smart-quotes-fix
Fix #4027: use rawsource in autosectionlabel extension
2018-02-11 14:21:42 +09:00
Takeshi KOMIYA
ae38d556b7 Combine tests for autosectionlabel 2018-02-11 13:54:47 +09:00
Kit La Touche
481b1ad535 Remove extraneous import 2018-02-11 13:53:29 +09:00
Kit La Touche
4beb4d0066 Fix unicode issues 2018-02-11 13:53:29 +09:00
Kit La Touche
29a3fd0acb Handle older docutils 2018-02-11 13:53:29 +09:00
Kit La Touche
f21b9d5892 Use rawsource in autosectionlabel
Fixes #4027.
2018-02-11 13:52:27 +09:00
Takeshi KOMIYA
87a9a86de9
Merge pull request #4565 from tk0miya/update_release_checklist
Add procedures for beta and final releases
2018-02-11 12:18:10 +09:00
Takeshi KOMIYA
b53c69a4e0
Merge pull request #4588 from tk0miya/4564_rst_prolog_not_working
io: Choose FileInput using ``supported`` attribute (refs: #4564)
2018-02-11 11:00:22 +09:00
Takeshi KOMIYA
2275c67966 io: Choose FileInput using `supported` attribute (refs: #4564) 2018-02-10 15:07:23 +09:00
Takeshi KOMIYA
e420d259d5 Update gitignore 2018-02-10 12:10:36 +09:00
Takeshi KOMIYA
506cc44d4a
Merge pull request #4571 from tk0miya/4560_i18n_compilation_problem
Fix i18n: message catalogs are not compiled when specific build (refs: #4560)
2018-02-10 12:08:26 +09:00
Takeshi KOMIYA
0f1168308b
Merge branch '1.7-release' into 4560_i18n_compilation_problem 2018-02-10 11:53:14 +09:00
Takeshi KOMIYA
9eff2a5679
Merge pull request #4585 from vedranmiletic/documentation-fixes
EXAMPLES: move Arcade to rtd section, add aria2
2018-02-10 11:31:01 +09:00
Vedran Miletić
7dc1b14b91 EXAMPLES: move Arcade to rtd section, add aria2 2018-02-10 01:06:03 +01:00
Takeshi KOMIYA
acee7b8a55
Merge pull request #4584 from Zac-HD/doctest
Report true file location of doctests
2018-02-09 22:12:55 +09:00
Zac-HD
b62628f678 Avoid misreporting line number 2018-02-09 11:05:26 +11:00
Zac-HD
68bccb01ac Get correct filename for each doctest block
This is complicated because doctests may be included from other files,
eg. dosctrings in a Python module.
2018-02-09 11:05:25 +11:00
Zac-HD
50823c4b37 Fix type hint, minor style improvements 2018-02-09 10:39:25 +11:00
Zac-HD
973f2680d6 Add ext.autodoc + ext.doctest test root 2018-02-09 10:39:25 +11:00
Takeshi KOMIYA
afbd27f996 Fix i18n: message catalogs are not compiled when specific build (refs: #4560)
sphinx-build skips message catalog builds if specific filename are given
as arguments.
2018-02-08 12:44:15 +09:00
Takeshi KOMIYA
c2cd4f6a40
Merge pull request #4566 from tk0miya/add_branch_models_to_contributing
docs: mention about branch model (refs: #4398)
2018-02-07 22:35:18 +09:00
Takeshi KOMIYA
fb257ac449 docs: mention about branch model (refs: #4398) 2018-02-07 22:14:18 +09:00
Takeshi KOMIYA
6edf175c91
Merge pull request #4570 from cocoatomo/unify-term
Unify expression of terms in the log message
2018-02-07 10:57:34 +09:00
cocoatomo
9b39e5e87f Unify expression of terms in the log message 2018-02-07 10:52:28 +09:00
Takeshi KOMIYA
7a92e3e409 Call git fetch before checking status 2018-02-07 10:49:46 +09:00
Takeshi KOMIYA
465eb05425
Merge pull request #4569 from cocoatomo/minor-typo
Insert a space after the comma in the message
2018-02-07 10:27:52 +09:00
cocoatomo
0be75fd029 Insert a space after the comma in the message 2018-02-07 10:23:43 +09:00
Takeshi KOMIYA
51a0f709b5 Update sphinx.pot 2018-02-07 09:17:15 +09:00
Takeshi KOMIYA
06a12db39b
Merge pull request #4567 from cocoatomo/translation-friendly-message
Make the log message more translation-friendly
2018-02-07 02:27:51 +09:00