Commit Graph
14226 Commits
Author SHA1 Message Date
Takeshi KOMIYA c4d7f4d6c8 py domain: Use AST parser to convert signature to doctree 2020-02-16 01:52:04 +09:00
Takeshi KOMIYA 822625d14c Add sphinx.util.inspect:signature_from_str() 2020-02-16 01:43:13 +09:00
Takeshi KOMIYA 8576e97e34 Merge pull request #7150 from tk0miya/deprecate_getargspec
Deprecate sphinx.util.inspect.getargspec()
2020-02-15 00:35:56 +09:00
Takeshi KOMIYA baf4c7df23 Deprecate sphinx.util.inspect.getargspec() 2020-02-14 12:08:52 +09:00
Takeshi KOMIYA f2ec4bfeb7 Merge pull request #7127 from tk0miya/convert_builders.html_to_package
refactor: convert builders.html to a python package
2020-02-14 01:02:37 +09:00
Takeshi KOMIYA 954923fe83 Merge pull request #7140 from tk0miya/7139_code_block_guess
Fix #7139: ``code-block:: guess`` does not work
2020-02-14 01:01:22 +09:00
Takeshi KOMIYA 9702f0ae61 Fix #7139: `code-block:: guess` does not work 2020-02-12 23:50:48 +09:00
Takeshi KOMIYA 5018422db3 Merge pull request #7136 from tk0miya/5673_nested_classes
Fix incorrect handling of nested class names
2020-02-12 01:58:42 +09:00
Takeshi KOMIYA bc85f5a12c Update CHANGES for PR #5673 2020-02-12 01:45:25 +09:00
Takeshi KOMIYA c5f0025ed9 Merge branch 'master' into 5637 2020-02-12 01:42:05 +09:00
Takeshi KOMIYA 2737691212 pretty style fix 2020-02-12 01:39:13 +09:00
Takeshi KOMIYA 4c56beb5fe Merge pull request #7129 from westurner/tox_cfg
BLD: tox.ini: flake8: add whitelist_externals for latest tox instead of adding dep, pass posargs through
2020-02-12 00:50:06 +09:00
Takeshi KOMIYA d1a24a329d Merge branch '2.0' 2020-02-11 23:13:09 +09:00
Takeshi KOMIYA 64f7dd2379 Merge branch '2.4.1' into 2.0 2020-02-11 23:12:07 +09:00
Takeshi KOMIYA 0457e2e161 Bump version 2020-02-11 23:11:30 +09:00
Takeshi KOMIYA 5b47df9ebf Bump to 2.4.1 final v2.4.1 2020-02-11 23:09:36 +09:00
Takeshi KOMIYA 34da0e4539 Merge pull request #7130 from tk0miya/7126_autodoc_TypeError
Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable
2020-02-11 19:58:31 +09:00
Takeshi KOMIYA b9076da050 Merge pull request #7132 from tk0miya/stop_testing_with_nightly
Stop to test with nightly python
2020-02-11 19:57:58 +09:00
Takeshi KOMIYA 21ea6838d9 Stop to test with nightly python
It seems nightly python image on Travis CI has broken now.  This
stops to test with it temporarily to make our development keep going.
https://travis-ci.community/t/python-development-versions-no-longer-include-pip/7180
2020-02-11 19:47:59 +09:00
Takeshi KOMIYA 5679620253 Fix #7126: autodoc: TypeError: getset_descriptor object is not iterable 2020-02-11 11:08:36 +09:00
Takeshi KOMIYA 0eb3d65e47 Merge pull request #7122 from tk0miya/7120_scaling_svg
Fix #7120: html: crashed when on scaling SVG images which have float dimentions
2020-02-11 11:07:20 +09:00
Wes Turner b2b6d240a7 BLD: tox.ini: flake8: add whitelist_externals for latest tox instead of adding dep, pass posargs through 2020-02-10 17:25:54 -05:00
Takeshi KOMIYA 76b747962c refactor: convert builders.html to a python package 2020-02-11 01:21:40 +09:00
Takeshi KOMIYA 0adf058916 Merge pull request #7125 from nealmcb/patch-1
Clarify documentation on use of doctest extension
2020-02-11 00:48:52 +09:00
Neal McBurnett b620a8a6cc Fix typos
bad quoting, better word usage.
2020-02-09 19:12:52 -07:00
Neal McBurnett 9b125cf8e9 Clarify documentation on use of doctest extension
When I first read this section, I was mightily confused due to lack of context and the use of the passive voice.
I think this phrasing clarifies the context and indicates more clearly what the documentation author does
vs what the doctest extension and builder do.
But I'm a newbie here, so please ensure that I got this right....
2020-02-09 16:59:39 -07:00
Sviatoslav Sydorenko a85e9234d2 Replace question issue placeholder with a button
Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2020-02-10 00:43:41 +09:00
Takeshi KOMIYA 6cdc09272e Fix #7120: html: crashed when on scaling SVG images which have float dimentions 2020-02-09 22:22:27 +09:00
Takeshi KOMIYA 6e0119526a Merge branch '2.0' 2020-02-09 16:21:32 +09:00
Takeshi KOMIYA c86e17d4be Bump version 2020-02-09 16:19:50 +09:00
Takeshi KOMIYA a72135c454 Bump to 2.4.0 final v2.4.0 2020-02-09 16:17:10 +09:00
Takeshi KOMIYA 5aaf3749f1 Update CHANGES: merge 2.3.2 changes into 2.4.0 2020-02-09 15:30:15 +09:00
Takeshi KOMIYA a17ad5cd39 Merge branch '2.3.2' into 2.0 2020-02-09 15:29:10 +09:00
Takeshi KOMIYA d07985ed85 Merge pull request #7114 from tk0miya/7112_svg_not_floated
Fix #7112: html: SVG image is not layouted as float even if aligned
2020-02-09 15:26:49 +09:00
Takeshi KOMIYA 89e316997b Merge pull request #7116 from tk0miya/7115_override_LATEXMKOPTS
Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvars
2020-02-09 15:19:15 +09:00
Takeshi KOMIYA 60797f82fa fix 2020-02-09 15:05:46 +09:00
Takeshi KOMIYA 2dd02729bc Fix #7112: html: SVG image is not layouted as float even if aligned 2020-02-09 15:04:53 +09:00
Takeshi KOMIYA f076b6ddf2 Merge pull request #7110 from tk0miya/6623_unpin_babel2
Close #6623: babel-2.0 or above is available (Unpinned)
2020-02-09 11:58:19 +09:00
Takeshi KOMIYA ebb9a9af46 Merge pull request #7107 from tk0miya/7106_enumerated_nodes_marked_as_duplicated
Fix #7106: std domain: enumerated nodes are marked as duplicated
2020-02-09 11:24:21 +09:00
Takeshi KOMIYA f751ab832e Merge pull request #7113 from tk0miya/6327_apidoc_init.so
Fix #6327: apidoc: Support a python package consisted of __init__.so file
2020-02-09 10:50:45 +09:00
Takeshi KOMIYA 3ad137b8b9 Merge branch '2.0' into 7106_enumerated_nodes_marked_as_duplicated 2020-02-09 10:46:32 +09:00
Takeshi KOMIYA 54d13f9264 Merge pull request #7102 from tk0miya/7095_dirhtml_broken_docref
Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:
2020-02-09 10:45:09 +09:00
Takeshi KOMIYA 2e87ee85a2 Merge branch '2.0' 2020-02-09 00:57:53 +09:00
Takeshi KOMIYA 46e58d3989 Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvars 2020-02-09 00:27:56 +09:00
Takeshi KOMIYA 0f21a12834 Fix #7106: std domain: enumerated nodes are marked as duplicated 2020-02-08 20:44:28 +09:00
Takeshi KOMIYA 1e5342faa9 Merge pull request #7109 from sphinx-doc/6033_doc_for_tocdepth
docs: Add a restriction note about tocdepth (refs: #6033)
2020-02-08 18:37:06 +09:00
Takeshi KOMIYA dee8b9eddb Fix #6327: apidoc: Support a python package consisted of __init__.so file 2020-02-08 18:11:48 +09:00
Takeshi KOMIYA 9d301e5b81 refactor: apidoc.shall_skip() 2020-02-08 17:59:29 +09:00
Takeshi KOMIYA 853e71b77d Close #6623: babel-2.0 or above is available (Unpinned)
refs:
* 6bce0a1c10
* https://github.com/mitsuhiko/babel/issues/174
2020-02-08 01:58:46 +09:00
Takeshi KOMIYA d4aeae4759 Merge pull request #7105 from tk0miya/6193_remove_searchresults.html
Fix #6193: Remove searchresults.html
2020-02-08 01:30:28 +09:00