Commit Graph

10399 Commits

Author SHA1 Message Date
jfbu
ef3447b0f9 LaTeX: fix indexing of terms containing ! character 2018-07-16 01:19:06 +02:00
jfbu
bfad757e45 LaTeX: fix indexing of terms containing @ character 2018-07-16 01:19:06 +02:00
Takeshi KOMIYA
a86e5098ed
Merge pull request #5172 from tk0miya/4946_None_for_rtype_field
Fix py domain: rtype field could not handle "None" as a type (refs: #4946)
2018-07-15 22:22:31 +09:00
Takeshi KOMIYA
24c22787a9
Merge branch '1.7' into 4946_None_for_rtype_field 2018-07-15 21:37:06 +09:00
Takeshi KOMIYA
4598459aa3
Merge pull request #5171 from tk0miya/5139_enum
Fix #5139: autodoc: Enum argument missing if it shares value with another
2018-07-15 21:35:59 +09:00
Takeshi KOMIYA
50188b570a Fix py domain: rtype field could not handle "None" as a type (refs: #4946) 2018-07-15 18:54:54 +09:00
Takeshi KOMIYA
b1acc54cf9 Fix #5139: autodoc: Enum argument missing if it shares value with another 2018-07-15 18:53:53 +09:00
Takeshi KOMIYA
62dbe44858 Fix #5143: autodoc: crashed on inspecting dict like object 2018-07-15 18:12:03 +09:00
Takeshi KOMIYA
453fe5ec1a
Merge pull request #5168 from tk0miya/mypy-0.620
Fix mypy violations
2018-07-15 14:50:30 +09:00
Takeshi KOMIYA
e34fd5b503 Fix mypy violations 2018-07-15 14:07:00 +09:00
Takeshi KOMIYA
6ee03240b4
Merge pull request #5151 from tk0miya/5146_wrong_location_for_autosummary_warning
Fix autosummary: warnings of autosummary indicates wrong location (refs: #5146)
2018-07-14 22:31:50 +09:00
Takeshi KOMIYA
e222b38d85
Merge branch '1.7' into 5146_wrong_location_for_autosummary_warning 2018-07-13 01:57:57 +09:00
Takeshi KOMIYA
9fcbfa859e
Merge pull request #5152 from tk0miya/5146_autosummary_and_literal_notation
Fix #5146: autosummary: warning is emitted when the first line of docstring ends with literal notation
2018-07-13 01:56:52 +09:00
Takeshi KOMIYA
20480f4857
Merge branch '1.7' into 5146_autosummary_and_literal_notation 2018-07-13 01:18:19 +09:00
Takeshi KOMIYA
b2ce178d7e
Merge pull request #5131 from tk0miya/5125_wrong_sphinx.main
Fix #5125: sphinx-build: Interface of ``sphinx:main()`` has changed
2018-07-13 00:39:33 +09:00
Takeshi KOMIYA
4aeb94a7a2
Merge branch '1.7' into 5125_wrong_sphinx.main 2018-07-12 21:17:29 +09:00
Takeshi KOMIYA
2e66ffba57 Update CHANGES for PR #5119 2018-07-09 10:44:14 +09:00
Takeshi KOMIYA
a2f6de88c1 Fix #5146: autosummary: warning is emitted when the first line of docstring ends with literal notation 2018-07-08 21:14:01 +09:00
Takeshi KOMIYA
d6c85619b4 Fix autosummary: warnings of autosummary indicates wrong location (refs: #5146) 2018-07-08 20:41:38 +09:00
Michel Alexandre Salim
b553c23ab1 Closes #5076: [ext/napoleon] explicitly catch StopIteration (#5119)
* Closes #5076: [ext/napoleon] explicitly catch StopIteration

Per PEP 479, Python 3.7 no longer allows bubbling up StopIteration
outside of a generator. Instead, wrap attribute parsing in a try
block and provide a sane default in case it raises an exception
([]).

* Fix mypy and flake8 issues
2018-07-03 12:28:54 -04:00
Takeshi KOMIYA
b8f4e5d142 Fix sphinx-build: `sphinx.cmd.build.main() refers sys.argv` instead of given argument 2018-06-30 01:46:04 +09:00
Takeshi KOMIYA
b6c4ebc37a Fix #5125: sphinx-build: Interface of `sphinx:main()` has changed 2018-06-30 01:43:54 +09:00
Takeshi KOMIYA
e78133a83e
Merge pull request #5106 from tk0miya/5104_broken_apidoc_main
Fix #5104: apidoc: Interface of ``sphinx.apidoc:main()`` has changed
2018-06-20 22:14:01 +09:00
Takeshi KOMIYA
f54d886a61
Merge branch '1.7' into 5104_broken_apidoc_main 2018-06-20 22:01:25 +09:00
Takeshi KOMIYA
6e27f6c336
Merge pull request #5107 from tk0miya/5070_epub_wrong_anchor
Fix #5070: epub: Wrong internal href fragment links
2018-06-20 21:42:20 +09:00
Takeshi KOMIYA
d7bf78f3ff Fix #5070: epub: Wrong internal href fragment links 2018-06-19 23:37:37 +09:00
Takeshi KOMIYA
e1a87ba073 Fix broken testcase by alabaster-0.711 2018-06-19 23:36:54 +09:00
Takeshi KOMIYA
1dffeba0bc
Merge pull request #5102 from tk0miya/update_docs3
doc: Use badge to show latest release
2018-06-19 23:35:42 +09:00
Takeshi KOMIYA
fb7267aafe
Merge pull request #5095 from tk0miya/5091_latex_curlybrace_in_index
Fix #5091: latex: curly braces in index entries are not handled correctly
2018-06-19 21:12:57 +09:00
Takeshi KOMIYA
b6904e69af
Merge branch '1.7' into 5091_latex_curlybrace_in_index 2018-06-19 09:46:20 +09:00
Takeshi KOMIYA
aa42bb34d2
Merge pull request #5094 from tk0miya/5066_sidebars_for_alabaster
Fix #5066: html: "relations" sidebar is not shown by default
2018-06-19 09:45:17 +09:00
Takeshi KOMIYA
a61986256a Fix #5104: apidoc: Interface of `sphinx.apidoc:main()` has changed 2018-06-18 21:48:03 +09:00
Takeshi KOMIYA
248869e2db doc: Use badge to show latest release 2018-06-17 16:45:58 +09:00
shimizukawa
1b36b3fef7 make.bat must follow #4097. 2018-06-17 15:24:23 +09:00
Takeshi KOMIYA
2a9da1d031 Fix #5091: latex: curly braces in index entries are not handled correctly 2018-06-16 01:34:40 +09:00
Takeshi KOMIYA
285ae7e881 Fix #5066: html: "relations" sidebar is not shown by default 2018-06-16 00:51:21 +09:00
Takeshi KOMIYA
62b6d209dc
Merge pull request #5059 from tk0miya/5036_quickstart
Fix #5036: quickstart: Typing Ctrl-U clears the whole of line
2018-06-14 10:41:10 +09:00
Takeshi KOMIYA
3ac069ae57
Merge branch '1.7' into 5036_quickstart 2018-06-14 10:28:18 +09:00
Roy Wellington Ⅳ
503eb7f2fd Fix minor typo of "them" 2018-06-13 23:13:23 +02:00
Takeshi KOMIYA
02d1600eff
Merge pull request #5086 from baylessj/baylessj-patch-1
Add PROS to Examples List
2018-06-14 02:05:15 +09:00
Jonathan Bayless
93060bbac2
Add PROS to Examples List 2018-06-13 11:47:24 -05:00
Takeshi KOMIYA
85a901077e
Merge pull request #5067 from tk0miya/5032_staticmethod_for_oldstyled_classes
Fix #5032: autodoc loses the first staticmethod parameter for old styled classes
2018-06-14 01:13:56 +09:00
Takeshi KOMIYA
69e59efbe9
Merge pull request #5079 from drewrisinger/1.7
Autodoc.rst typo: ommit->omit
2018-06-13 23:07:45 +09:00
Takeshi KOMIYA
6c4d6c3b94 Fix #5032: autodoc loses the first staticmethod parameter for old styled classes 2018-06-13 22:30:14 +09:00
Takeshi KOMIYA
e9df0a1b74
Merge pull request #5068 from tk0miya/5019_autodoc_crashed_by_FF
Fix #5019: autodoc: crashed by Form Feed Character
2018-06-13 22:15:11 +09:00
Drew Risinger
fb5a4cbcc0 Autodoc.rst typo: ommit->omit
Fix typo in docs/ext/autodoc.rst. Changed "ommit"->"omit"
2018-06-12 23:54:35 -04:00
Takeshi KOMIYA
c15e2f3eff Fix #5036: quickstart: Typing Ctrl-U clears the whole of line 2018-06-11 14:24:17 +09:00
Takeshi KOMIYA
0edcae1ff8 Fix #5019: autodoc: crashed by Form Feed Character 2018-06-10 21:08:21 +09:00
Jakob Lykke Andersen
ac9f973c9b Update CHANGES 2018-06-09 20:08:46 +02:00
Alan M. Carroll
6441853e66 cpp domain: Fix assert when describing unreferenced symbol. 2018-06-09 19:59:14 +02:00