Commit Graph

11685 Commits

Author SHA1 Message Date
Takeshi KOMIYA
5064c36a17
Merge pull request #5549 from jdemeyer/graphviz_copy_asset
Correctly deal with non-existing static dir in graphviz extension
2018-10-28 17:54:00 +09:00
Takeshi KOMIYA
9c59735e04 Update CHANGES for PR #5548 2018-10-28 17:53:26 +09:00
Takeshi KOMIYA
270c484c3b
Merge pull request #5548 from jdemeyer/ensuredir_check_dir
Fix ensuredir() in case of pre-existing file
2018-10-28 17:51:08 +09:00
Takeshi KOMIYA
fc3dcb6981 Fix flake8 violation 2018-10-26 23:37:01 +09:00
Takeshi KOMIYA
1af1d8a82b
Merge pull request #5536 from tk0miya/5497_install_mathjax_only_if_needed
Fix #5497: Do not include MathJax.js and jsmath.js unless it is really needed
2018-10-25 23:03:38 +09:00
Takeshi KOMIYA
503df91e17
Merge pull request #5534 from tk0miya/5419_incompatbile_math_block
Fix #5419: incompatible math_block node has been generated
2018-10-25 23:00:05 +09:00
Takeshi KOMIYA
d0b6c52954
Merge pull request #5532 from tk0miya/5471_better_deprecation_warnings
Fix #5471: Show appropriate warning for deprecated APIs
2018-10-25 22:58:54 +09:00
Jeroen Demeyer
a7d950ad58 Fix ensuredir() in case of pre-existing file 2018-10-17 12:21:30 +02:00
Jeroen Demeyer
d9f93f77d1 Correctly deal with non-existing static dir in graphviz extension 2018-10-17 12:20:27 +02:00
Takeshi KOMIYA
257394a459 Fix #5471: Show appropriate warning for deprecated APIs 2018-10-17 02:05:07 +09:00
Takeshi KOMIYA
3e2842422b
Merge branch '1.8' into 5419_incompatbile_math_block 2018-10-17 02:01:52 +09:00
Takeshi KOMIYA
c584b71b12
Merge pull request #5542 from tk0miya/5438_update_CHANGES
Update CHANGES (refs: #5438)
2018-10-17 02:00:00 +09:00
Takeshi KOMIYA
65978c92f5
Merge pull request #5535 from tk0miya/5480_unresolvable_forwardref
Fix #5480: autodoc: unable to find type hints for unresolvable Forward references
2018-10-17 01:59:06 +09:00
Takeshi KOMIYA
2e6e940df8 Fix #5497: Do not include MathJax.js and jsmath.js unless it is really needed 2018-10-17 01:42:17 +09:00
Takeshi KOMIYA
88ff137c2a Update CHANGES (refs: #5438) 2018-10-17 01:10:13 +09:00
Takeshi KOMIYA
be2b86cc15
Merge pull request #5537 from tk0miya/mypy-0.641
Fix mypy violations
2018-10-16 09:56:40 +09:00
Takeshi KOMIYA
a77f3519fa Fix mypy violations 2018-10-16 09:43:58 +09:00
Takeshi KOMIYA
793792fafc Fix #5480: autodoc: unable to find type hints for unresolvable Forward references 2018-10-15 23:40:05 +09:00
Takeshi KOMIYA
d327daba65 Fix #5419: incompatible math_block node has been generated 2018-10-15 23:39:02 +09:00
Takeshi KOMIYA
8c56fd8747
Merge pull request #5531 from tk0miya/5498_typehints_for_partial
Fix #5498: autodoc: unable to find type hints for a ``functools.partial``
2018-10-15 21:43:36 +09:00
Takeshi KOMIYA
24af3d9eee
Merge branch '1.8' into 5498_typehints_for_partial 2018-10-15 00:46:43 +09:00
Takeshi KOMIYA
adf0160ed8
Merge pull request #5530 from tk0miya/5495_broken_csvtable
Fix #5495: csv-table directive with file option in included file is broken
2018-10-15 00:45:52 +09:00
Takeshi KOMIYA
b2cc425909 Fix #5498: autodoc: unable to find type hints for a `functools.partial` 2018-10-14 16:29:04 +09:00
Takeshi KOMIYA
a78cb6f28e Fix #5495: csv-table directive with file option in included file is broken 2018-10-14 13:00:56 +09:00
Takeshi KOMIYA
7249df80a3 Revert "Improve warning messages during including (refs: #4818)"
This reverts commit a4dbb6e657.
2018-10-14 13:00:33 +09:00
Takeshi KOMIYA
9158363adc
Merge pull request #5521 from tk0miya/5493_gettext_crashed_with_broken_tmpl
Fix #5493: gettext: crashed with broken template
2018-10-12 22:36:44 +09:00
Takeshi KOMIYA
19e7e6a43f
Merge branch '1.8' into 5493_gettext_crashed_with_broken_tmpl 2018-10-12 22:21:20 +09:00
Jakob Lykke Andersen
551ce9e759
Merge pull request #5526 from jakobandersen/5496_cpp_assert_multi_dup
C++, fix assertion on multiple duplicate symbols
2018-10-12 11:10:13 +02:00
Jakob Lykke Andersen
051ba1b4c5 C++, fix assertion on multiple duplicate symbols
If a symbol was declared more than 2 times, it would crash.

Fixes sphinx-doc/sphinx#5496.
2018-10-11 22:39:31 +02:00
David Lamparter
d15d11df70 Revert "Builder.build: save env also with only new documents"
This reverts commit 20f625b4d3, which
introduced a regression in dependency tracking for build systems
invoking sphinx-build (described in issue #5501.)

The correct solution is to properly track when the pickle file needs to
be written;  unfortunately I don't know enough about sphinx to implement
this.  Also, I'm not sure the intersphinx cache belongs into this at
all.
2018-10-11 17:27:56 +02:00
Takeshi KOMIYA
ef134fb142 Fix #5493: gettext: crashed with broken template 2018-10-10 22:50:44 +09:00
Jean-François B
9875a57622
Merge pull request #5513 from jfbu/3704_latex_figure_labelpos
Fix #3704: (latex) wrong ``\label`` positioning for figures with a legend
2018-10-07 12:09:18 +02:00
jfbu
7ab09b5065 Fix #3704: wrong `\label` positioning for figures with a legend 2018-10-07 10:16:11 +02:00
Takeshi KOMIYA
6ccd53eefb
Merge pull request #5510 from tk0miya/5492_crashed_with_py352
Fix #5492: sphinx-build fails to build docs w/ Python < 3.5.2
2018-10-07 00:44:09 +09:00
Takeshi KOMIYA
86c48c4b82 Fix #5492: sphinx-build fails to build docs w/ Python < 3.5.2 2018-10-06 23:49:46 +09:00
Takeshi KOMIYA
e5b8f6a679 Update CHANGES for PR #5490 2018-10-02 00:44:54 +09:00
Min RK
aaaaa2b5bf latex: add defaults for enumerated list prefix/suffix
these may not be defined (e.g. coming from recommonmark)
2018-10-02 00:43:31 +09:00
Takeshi KOMIYA
388a5cefee
Merge pull request #5489 from mgeier/translatoro-typo
Fix typo: Translatoro -> Translator
2018-09-25 08:25:58 +09:00
Matthias Geier
5ff146ca20 Fix typo: Translatoro -> Translator 2018-09-24 08:57:23 +02:00
jfbu
6f08c09ecb Improve Table of Deprecated APIs for LaTeX output (docs) 2018-09-22 11:44:04 +02:00
Takeshi KOMIYA
985a982508 Bump version 2018-09-22 17:35:00 +09:00
Takeshi KOMIYA
65a560fd3e Bump to 1.8.1 final 2018-09-22 17:32:40 +09:00
Takeshi KOMIYA
8d1b3646b9
Merge pull request #5468 from tk0miya/5426_TypeError_for_class_attributes
Fix py domain: TypeError has been raised for class attribute (ref: #5426)
2018-09-22 17:03:58 +09:00
Takeshi KOMIYA
e1ac2eebfb
Merge branch '1.8' into 5426_TypeError_for_class_attributes 2018-09-22 16:34:41 +09:00
Takeshi KOMIYA
52e68a79b5
Merge pull request #5467 from tk0miya/5432_attribute_type_disallows_termref
Fix #5432: py domain: :type: field can't process :term: references
2018-09-22 16:26:33 +09:00
Takeshi KOMIYA
2f4047af78 Fix py domain: TypeError has been raised for class attribute (ref: #5426) 2018-09-22 16:22:39 +09:00
Takeshi KOMIYA
c0fffb9e8b Fix #5432: py domain: :type: field can't process :term: references 2018-09-22 15:24:14 +09:00
Takeshi KOMIYA
a2748f787c
Merge pull request #5465 from tk0miya/5454_disappeared_index_in_latexpdfja
Fix #5454: latex: Index has disappeared from PDF for Japanese documents
2018-09-22 01:17:57 +09:00
Takeshi KOMIYA
282282cc22 Fix #5454: latex: Index has disappeared from PDF for Japanese documents 2018-09-22 00:53:27 +09:00
Takeshi KOMIYA
49c231ee34
Merge pull request #5464 from tk0miya/5463_deprecate_math_role
Fix #5463: mathbase: math_role and MathDirective was disappeared in 1.8.0
2018-09-22 00:47:38 +09:00