Commit Graph

14951 Commits

Author SHA1 Message Date
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
Jakob Lykke Andersen
bbc7b6cc54 C, add scoping directives 2020-04-12 14:13:54 +02:00
Takeshi KOMIYA
f978490dfe
Merge pull request #7465 from tkoyama010/patch-1
 🇧🇬 🇮🇳 🇦🇱 🇷🇸
2020-04-12 19:22:30 +09:00
Takeshi KOMIYA
d64e0e23b1 Fix #7466: autosummary: headings in generated documents are not translated 2020-04-12 19:18:48 +09:00
Takeshi KOMIYA
920cf09e77
Merge pull request #7464 from tk0miya/refactor_autosummary
Deprecate: The module argument of find_autosummary_in_docstring()
2020-04-12 19:10:14 +09:00
Tetsuo Koyama
4983a12f21
🇧🇬 🇮🇳 🇦🇱 🇷🇸 2020-04-12 19:04:42 +09:00
Takeshi KOMIYA
53f0d4e646 Deprecate: The module argument of find_autosummary_in_docstring() 2020-04-12 18:14:16 +09:00
Takeshi KOMIYA
301b823bd4
Merge branch '3.x' into papersize_for_latex_theme 2020-04-12 16:13:57 +09:00
Takeshi KOMIYA
8cc0b890bd
Merge pull request #7460 from tk0miya/7410_suppress_circular_toctree_warning
Fix #7410: Allow to suppress "circular toctree references detected" warnings
2020-04-12 16:13:34 +09:00
Takeshi KOMIYA
bbd673e253
Merge branch '3.x' into 7410_suppress_circular_toctree_warning 2020-04-12 15:41:25 +09:00
Takeshi KOMIYA
1ca0b7ab62 LaTeX: Allow to override papersize and pointsize from LaTeX themes 2020-04-12 15:30:45 +09:00
Takeshi KOMIYA
3fba1d57ec refactor: latex BuiltInTheme
Replace properties by attributes to allow to modify them at later step.
2020-04-12 15:28:15 +09:00
Takeshi KOMIYA
58d1218cdc
Merge pull request #7412 from tk0miya/optional_toplevel_sectioning
LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX theme
2020-04-12 15:27:17 +09:00
Takeshi KOMIYA
10d7760156 Fix #7410: Allow to suppress "circular toctree references detected" warnings 2020-04-12 15:25:35 +09:00
Takeshi KOMIYA
c8355234eb Fix #7461: autodoc: empty tuple in type annotation is not shown correctly 2020-04-12 13:00:04 +09:00
Takeshi KOMIYA
2e219366c4 Fix #7461: py domain: fails with IndexError for empty tuple in type annotation 2020-04-12 12:57:22 +09:00
Takeshi KOMIYA
b3e26a6c85
Merge pull request #7458 from tk0miya/doc_indentation
doc: Fix indentation
2020-04-11 16:03:55 +09:00
Takeshi KOMIYA
eb46db036f doc: Fix indentation 2020-04-11 15:44:07 +09:00
Takeshi KOMIYA
39cd463740
Merge pull request #7455 from tk0miya/clean-mypyfiles
Makefile: Fix "make clean-mypyfiles"
2020-04-11 01:01:46 +09:00
Takeshi KOMIYA
cee35ef25b Makefile: Fix "make clean-mypyfiles" 2020-04-11 00:15:46 +09:00
Takeshi KOMIYA
fd7c1d76b6 Merge branch '3.0.x' into 3.x 2020-04-11 00:04:45 +09:00
Takeshi KOMIYA
d8704c4f58 Bump version 2020-04-11 00:03:42 +09:00
Takeshi KOMIYA
474f9d49e6 Bump to 3.0.1 final 2020-04-11 00:02:10 +09:00
Takeshi KOMIYA
273ece495a
Merge pull request #7452 from tk0miya/7451_error_for_non_string_docstring
Fix #7451: autodoc: failed with non-string __doc__ member
2020-04-10 23:43:36 +09:00
Takeshi KOMIYA
7b902e8623 Fix #7451: autodoc: failed with non-string __doc__ member 2020-04-10 23:06:36 +09:00
Takeshi KOMIYA
ebf2571380
Merge pull request #7454 from tk0miya/7445_rtype_annotation_None
Fix #7445: a return annotation ``None`` is not converted to a hyperlink
2020-04-10 23:04:24 +09:00
Takeshi KOMIYA
d9d381de11 Fix #7445: a return annotation `None` is not converted to a hyperlink 2020-04-10 02:07:02 +09:00
Takeshi KOMIYA
aca3f825f2
Merge pull request #7442 from tk0miya/7435_typehints_not_suppressed_for_class
Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methods
2020-04-10 01:13:03 +09:00
Takeshi KOMIYA
e9e4aa8cf8 Update CHANGES for PR #7426 2020-04-10 00:26:01 +09:00
Takeshi KOMIYA
9add576b78 Update CHANGES for PR #7449 2020-04-10 00:25:39 +09:00
Takeshi KOMIYA
d9033a4b3d
Merge pull request #7426 from mgeier/escape-links
Escape some links in HTML templates
2020-04-10 00:23:57 +09:00