Commit Graph

15333 Commits

Author SHA1 Message Date
Takeshi KOMIYA
50d2d289e1
Merge pull request #7503 from tk0miya/fix_ci
test: Add a docstring to avoid an error on py39a5+
2020-04-18 21:02:26 +09:00
Takeshi KOMIYA
ffb1ca3aaa test: Add a docstring to avoid an error on py39a5+ 2020-04-18 20:28:31 +09:00
Takeshi KOMIYA
685f7ad82f
Merge pull request #7499 from mgeier/canonical-url
DOC: Use html_baseurl
2020-04-18 18:59:57 +09:00
Eric Wieser
11ff9207e6 Group together methods that relate to a python 3.8 deprecation
This will make it easier to remove them all at once in future
2020-04-17 16:49:25 +01:00
Eric Wieser
48a10179ef Rewrite unparse to use ast.NodeVisitor
This should make it possible to reuse the same visitor to generate RST code.
2020-04-17 16:49:17 +01:00
Matthias Geier
fc78f09441 DOC: Use html_baseurl 2020-04-17 17:01:48 +02:00
Takeshi KOMIYA
836e2e405c
Merge pull request #7494 from eric-wieser/deduplicate-parse-arguments
Deduplicate some code in `pycode.ast`
2020-04-17 22:56:37 +09:00
Takeshi KOMIYA
0b0838e503 Update CHANGES for PR #7476 2020-04-17 22:49:50 +09:00
Takeshi KOMIYA
8561cebf18
Merge pull request #7476 from timhoffm/breadcrumb-current-document
Relbar breadcrumb should contain current page
2020-04-17 22:39:36 +09:00
Jakob Lykke Andersen
21ca43719a
Merge pull request #7496 from jakobandersen/jbab-cpp-east-const-spacing
C++, rebased version of #7489
2020-04-17 15:17:45 +02:00
Jakob Lykke Andersen
9e6e458770 Updated changes 2020-04-17 15:04:33 +02:00
Jan Babst
224a3435b9 C++, fix spacing issue in east-const notation 2020-04-17 15:01:29 +02:00
Tim Hoffmann
07902d3298 Relbar breadcrumb should contain current page 2020-04-16 23:01:40 +02:00
Eric Wieser
18a84d29fd Deduplicate some code in pycode.ast 2020-04-16 18:17:24 +01:00
Takeshi KOMIYA
574f448b63 Update CHANGES 2020-04-17 01:50:30 +09:00
Takeshi KOMIYA
9267177428 Update CHANGES for PR #7484 2020-04-17 01:49:54 +09:00
Takeshi KOMIYA
bb6d1d5659
Merge pull request #7484 from mgeier/clear-sidebar
basic theme: Avoid clashes between sidebar and other blocks
2020-04-17 01:48:27 +09:00
Matthias Geier
57fe9ddc5a FIXUP missing semicolon 2020-04-16 17:19:07 +02:00
Takeshi KOMIYA
2530c3755a Update CHANGES for PR #7443 2020-04-16 23:12:39 +09:00
Takeshi KOMIYA
1e3ce31b03
Merge pull request #7443 from mgeier/theme-options-toctree
Add globaltoc_collapse and globaltoc_includehidden options
2020-04-16 23:11:28 +09:00
Takeshi KOMIYA
dc46897768 Close #7490: autosummary: Add `:caption:` option to autosummary directive 2020-04-16 23:04:57 +09:00
Matthias Geier
3baa6e09e2 FIXUP: move "versionadded" 2020-04-15 21:02:41 +02:00
Takeshi KOMIYA
5ed890122b Update CHANGES for PR #7482 2020-04-16 01:27:48 +09:00
Takeshi KOMIYA
e8aeaf26dd
Merge pull request #7482 from mgeier/basic-code-blocks
basic theme: CSS spacing for code blocks with captions and line numbers
2020-04-16 01:27:15 +09:00
Takeshi KOMIYA
af8ff9e721
Merge pull request #7483 from tk0miya/7477_imagemagick_on_windows
Fix #7477: imgconverter: Invoke "magick convert" command on Windows
2020-04-16 01:26:25 +09:00
Takeshi KOMIYA
a201e5a2f0 Update CHANGES for PR #7481 2020-04-15 23:27:51 +09:00
Takeshi KOMIYA
9d072b9727
Merge pull request #7481 from mgeier/footnote-margin
basic theme: Add right margin to footnote/citation labels
2020-04-15 23:26:47 +09:00
Takeshi KOMIYA
19d5d8d75c Fix #7477: imgconverter: Invoke "magick convert" command on Windows 2020-04-15 23:23:28 +09:00
Matthias Geier
ae9ae3e749 FIXUP: sidebar: only clear "right" 2020-04-14 20:03:22 +02:00
Matthias Geier
57bd6bc37c basic theme: Avoid clashes between sidebar and other blocks 2020-04-14 19:48:47 +02:00
Matthias Geier
c795793d41 FIXUP: code blocks: full-width highlighted lines 2020-04-14 19:20:06 +02:00
Matthias Geier
90c861d7f3 basic theme: CSS spacing for code blocks with captions and line numbers 2020-04-14 18:23:26 +02:00
Matthias Geier
0f7b2abdd8 Add right margin to footnote/citation labels 2020-04-14 16:08:26 +02:00
Eric Wieser
0d7451c23d Add support for :meta public:
A common use case for this is a class like `namedtuple`, which has a public `_replace` method that is so-named in order not to conflict with arbitrary user-provided attributes.

Rejected spellings include:
* `:meta not-private:`
* `:meta private: False`
2020-04-14 08:41:45 +01:00
Matthias Geier
c17f00c7a2 DOC: globaltoc_collapse, globaltoc_includehidden 2020-04-13 19:22:17 +02:00
Matthias Geier
b14f9d7482 Add globaltoc_collapse and globaltoc_includehidden options 2020-04-13 18:53:08 +02:00
Takeshi KOMIYA
2fac698e76
Merge pull request #7475 from tk0miya/remove_autodoc_default_flags
autodoc: Remove autodoc_default_flags (no longer used)
2020-04-14 01:35:54 +09:00
Takeshi KOMIYA
4bb0535eb7
Merge pull request #7474 from tk0miya/refactor_autoclass_content
refactor: autodoc: Use ENUM to autoclass_content
2020-04-14 01:35:43 +09:00
Takeshi KOMIYA
711c041d8f autodoc: Remove autodoc_default_flags (no longer used) 2020-04-14 01:01:32 +09:00
Takeshi KOMIYA
cc7d86cf84 refactor: autodoc: Use ENUM to autoclass_content 2020-04-14 01:00:40 +09:00
Takeshi KOMIYA
775833dea7
Merge pull request #7472 from tk0miya/fix_TypeError_in_cdomain
c domain: Fix TypeError by missing config arugment
2020-04-14 00:49:18 +09:00
Takeshi KOMIYA
561dff114f c domain: Fix TypeError by missing config arugment 2020-04-14 00:01:29 +09:00
Takeshi KOMIYA
b2a601a33d Merge branch '3.0.x' into 3.x 2020-04-13 23:36:10 +09:00
Takeshi KOMIYA
86ef8521df Merge branch '7461_empty_tuple' into 3.0.x 2020-04-13 23:35:17 +09:00
Takeshi KOMIYA
a4edbc1104
Merge pull request #7462 from tk0miya/7461_empty_tuple
Fix #7461: py domain: fails with IndexError for empty tuple in type annotation
2020-04-13 23:34:15 +09:00
Takeshi KOMIYA
503a7c1b22
Merge pull request #7467 from tk0miya/7466_make_autosummary_headings_translatable
Fix #7466: autosummary: headings in generated documents are not translated
2020-04-13 23:33:26 +09:00
Takeshi KOMIYA
f1c2872a24
Merge branch '3.x' into 7466_make_autosummary_headings_translatable 2020-04-13 22:40:25 +09:00
Jakob Lykke Andersen
e65fb93d20
Merge pull request #7471 from jakobandersen/c_attributes
C, parse attributes
2020-04-13 13:54:40 +02:00
Jakob Lykke Andersen
09f66c690b
Merge pull request #7468 from jakobandersen/c_namespace
C, add scoping directives
2020-04-13 13:47:39 +02:00
Jakob Lykke Andersen
d4058eb67f C, parse attributes 2020-04-13 13:43:26 +02:00