Takeshi KOMIYA
fa6d6ee5cc
Fix version number
2018-02-05 01:06:18 +09:00
Takeshi KOMIYA
0b2b316be3
Bump version
2018-02-05 01:03:50 +09:00
Takeshi KOMIYA
645044d7f0
Bump to 1.6.7 final
2018-02-05 01:00:09 +09:00
Takeshi KOMIYA
0396a604cd
Merge pull request #4548 from tk0miya/3942_html_table_is_not_aligned
...
Fix #3942 : html: table is not aligned to center even if ``:align: center``
2018-02-04 18:53:29 +09:00
Takeshi KOMIYA
af19e21ffc
Fix #3942 : html: table is not aligned to center even if `:align: center
`
2018-02-04 15:21:41 +09:00
Takeshi KOMIYA
402e49ea1d
Merge pull request #4541 from tk0miya/2372_wrong_signature_for_annotated_func
...
Fix #2372 : autosummary: invalid signatures are shown for type annotated functions
2018-02-03 17:27:05 +09:00
Takeshi KOMIYA
929379d0ce
Fix #2372 : autosummary: invalid signatures are shown for type annotated functions
2018-02-03 16:53:26 +09:00
Takeshi KOMIYA
a19c300653
Add .pytest_cache/ to gitignore
2018-02-03 02:13:54 +09:00
Takeshi KOMIYA
58a94e24ca
Merge pull request #4526 from tk0miya/4487_ValueError_on_math
...
mathbase.py: Fix ValueError too many values to unpack
2018-01-31 09:28:46 +09:00
Takeshi KOMIYA
7b4572a116
math: ValueError is raised on parallel build. (refs: #4526 )
2018-01-31 01:59:37 +09:00
Takeshi KOMIYA
f766567e75
Merge pull request #4528 from tk0miya/intersphinx_no_warnings_alternative
...
Intersphinx no warnings alternative
2018-01-31 01:52:13 +09:00
Takeshi KOMIYA
f1309bc825
Update CHANGES for PR #3953
2018-01-31 01:23:31 +09:00
Takeshi KOMIYA
c55915b830
intersphinx: Fix invalid info message is shown even if no errors
2018-01-31 01:22:33 +09:00
Takeshi KOMIYA
43ee8d194d
intersphinx: Add testcase for inventory fallbacks
2018-01-31 01:22:33 +09:00
Brigitta Sipocz
f9eb08d774
Do not raise warning when there is a working intersphinx inventory alternative
2018-01-31 01:22:33 +09:00
Takeshi KOMIYA
7555a40255
Update CHANGES for PR #4525
2018-01-30 23:06:05 +09:00
Takeshi KOMIYA
a1bf0dcca2
Fix autosectionlabel does not support parallel build
2018-01-30 23:05:30 +09:00
Takeshi KOMIYA
f92aed1367
Merge pull request #4515 from tk0miya/4501_invalid_epub_by_graphviz
...
4501 invalid epub by graphviz
2018-01-30 00:18:14 +09:00
Takeshi KOMIYA
16d1efe104
Update comment
2018-01-29 22:59:52 +09:00
Takeshi KOMIYA
ad6f11d1a8
Fix mypy violations
2018-01-29 22:51:18 +09:00
Takeshi KOMIYA
36b8412a82
Merge pull request #4516 from tk0miya/fix_BuildInfo__ne__
...
Fix BuildInfo comparison
2018-01-29 22:49:01 +09:00
Takeshi KOMIYA
8494638e45
Fix graphviz: workaround for wrong map ID which graphviz generates
2018-01-29 22:33:23 +09:00
Takeshi KOMIYA
2312a0a5bc
Fix #4501 : graphviz: epub3 validation error caused if graph is not clickable
2018-01-29 22:32:58 +09:00
Takeshi KOMIYA
e4af2a1c8f
Fix BuildInfo comparison
2018-01-29 22:25:59 +09:00
Takeshi KOMIYA
dcbebb1286
Merge pull request #4504 from tk0miya/3917_smartquotes_for_citation_labels
...
Fix #3917 : citation labels are tranformed to ellipsis
2018-01-28 02:08:32 +09:00
Takeshi KOMIYA
3fde14929b
Fix #3917 : citation labels are tranformed to ellipsis
2018-01-27 23:23:59 +09:00
Takeshi KOMIYA
b6efff7990
Update CHANGS for PR #4449
2018-01-25 01:18:02 +09:00
Takeshi KOMIYA
068bbb1b8a
Merge pull request #4449 from dhellmann/stable-fix-autodoc-for-empty-packages
...
fix ext.apidoc to include "empty" packages that contain modules
2018-01-25 01:15:36 +09:00
Takeshi KOMIYA
af96f79456
Merge pull request #4480 from tk0miya/4477_invalid_buildinfo_file
...
Fix #4477 : Build fails after building specific files
2018-01-25 01:14:26 +09:00
Takeshi KOMIYA
467c2d7cb7
Merge branch 'stable' into 4477_invalid_buildinfo_file
2018-01-25 00:38:03 +09:00
Takeshi KOMIYA
78434992f7
Merge pull request #4488 from tk0miya/workaround_for_py37a4+
...
test: Add workaround for python 3.7.0a4+
2018-01-25 00:37:23 +09:00
Takeshi KOMIYA
ded638c82b
test: Add workaround for python 3.7.0a4+
...
Since 3.7.0a+, the behavior of typing module has been changed.
As a result, format_annotation() also has been changed.
2018-01-25 00:02:49 +09:00
Takeshi KOMIYA
1591607481
Fix #4477 : Build fails after building specific files
2018-01-24 21:28:06 +09:00
Doug Hellmann
83f30712b8
fix ext.apidoc to include "empty" packages that contain modules
...
Commit 2d99648e99
changed the apidoc
extension to ignore packages if the __init__.py file was empty. That
breaks the toctree structure if those packages do contain submodules
and subpackages. This patch adds a check to ensure that empty
__init__.py modules are only skipped if there are no other python
modules in the same directory.
Addresses bug #654
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-01-23 14:21:03 -05:00
Takeshi KOMIYA
38966ba89d
Merge pull request #4461 from tk0miya/4434_number_label_is_considered_as_invalid
...
Fix #4434 : pure numbers as link targets produce warning
2018-01-20 20:20:21 +09:00
Takeshi KOMIYA
896ab3a2f5
Fix #4434 : pure numbers as link targets produce warning
2018-01-20 19:43:43 +09:00
Jean-François B
d3058f462d
Merge pull request #4452 from jfbu/4431_fix
...
Fix "Undefined control sequence \\hlineSomeText" (#4431 ; refs: #3435 )
2018-01-20 10:23:03 +01:00
Takeshi KOMIYA
fa215ea341
Merge pull request #4184 from skirpichev/fix-2437
...
autodoc: make full reference for classes, aliased with "alias of"
2018-01-20 17:08:34 +09:00
Takeshi KOMIYA
a78f66a1d3
Merge branch 'stable' into fix-2437
2018-01-20 16:16:20 +09:00
Takeshi KOMIYA
20a6cb6240
mathbase: Remove unused data
2018-01-20 02:24:34 +09:00
Takeshi KOMIYA
2b89f72d54
Merge pull request #4457 from tk0miya/4438_invalid_math_label
...
Fix #4438 : math: math with labels with whitespace cause html error
2018-01-20 00:33:44 +09:00
Takeshi KOMIYA
f91c732749
Fix #4438 : math: math with labels with whitespace cause html error
2018-01-19 23:13:21 +09:00
Takeshi KOMIYA
f9a53f50c6
Merge pull request #4453 from tk0miya/4412_upgrade_jquery
...
Fix #4412 : Updated jQuery version from 3.1.0 to 3.2.1
2018-01-19 20:20:41 +09:00
Takeshi KOMIYA
357fba4467
Fix #4412 : Updated jQuery version from 3.1.0 to 3.2.1
2018-01-19 14:45:11 +09:00
jfbu
9aca29a781
Fix "Undefined control sequence \\hlineSomeText" ( #4431 ; refs: #3435 )
2018-01-18 15:35:59 +01:00
Takeshi KOMIYA
2398bc9f77
Update CHANGES for PR #4396
2018-01-15 10:12:53 +09:00
Takeshi KOMIYA
7582d0904a
Merge pull request #4396 from tk0miya/1922_french_search
...
Fix #1922 : Upper characters problem in French HTML Search
2018-01-15 10:11:16 +09:00
Sergey B Kirpichev
b1c100ca3b
autodoc: make full reference for classes, aliased with "alias of"
...
We do this here only if class belongs to the different module.
Closes sphinx-doc/sphinx#2437
2018-01-13 00:19:19 +03:00
Takeshi KOMIYA
695b9f9e18
Merge pull request #4404 from tk0miya/add_tests_for_smartquotes
...
Add tests for smartquotes
2018-01-10 00:13:38 +09:00
Takeshi KOMIYA
e77267dd94
Add tests for smartquotes
2018-01-09 23:37:37 +09:00