Commit Graph

17872 Commits

Author SHA1 Message Date
Juan Luis Cano Rodríguez
d08c3677d1 Avoid reference to earlier content 2021-06-21 07:30:02 +02:00
Juan Luis Cano Rodríguez
e75f31ad47 Add link to third-party sphinx-themes 2021-06-21 07:11:22 +02:00
Juan Luis Cano Rodríguez
6f71c7bd7e Use absolute links for Sphinx documentation references 2021-06-21 07:09:19 +02:00
Juan Luis Cano Rodríguez
fb236053ab Apply style suggestions from code review
Co-authored-by: Eric Holscher <25510+ericholscher@users.noreply.github.com>
2021-06-21 07:04:44 +02:00
Takeshi KOMIYA
072cdf2110
Merge branch '4.0.x' into 9322_KeyError_from_PropageteDescDomain 2021-06-21 03:05:12 +09:00
Takeshi KOMIYA
d10c9deb2c
Merge pull request #9336 from tk0miya/9032_docs
Fix #9032: docs: sphinx.environment.NoUri was removed at v3.0.0
2021-06-21 03:04:02 +09:00
Takeshi KOMIYA
b9158b96d2 Fix #9364: autodoc: 1-element tuple on the defarg is wrongly rendered 2021-06-21 02:43:55 +09:00
Takeshi KOMIYA
6918e69600 Update CHANGES for PR #9350 2021-06-20 23:58:07 +09:00
Takeshi KOMIYA
42c0420c4a
Merge pull request #9350 from marxin/fix-samp-with-braces
Fix :samp:`{var}` in manual pages.
2021-06-20 21:09:14 +09:00
Takeshi KOMIYA
804a552ca2
Merge pull request #9365 from sphinx-doc/bot/pull-translations
Update message catalogs
2021-06-20 12:26:24 +09:00
tk0miya
350b0682a3 Update message catalogs 2021-06-20 00:09:14 +00:00
Jakob Lykke Andersen
df5764d1de
Merge pull request #9356 from jakobandersen/c_extra_keywords
C, keyword changes
2021-06-18 18:36:44 +02:00
Joe Nelson
13d59bc174 Provide more semantic structure for screen-readers
https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA12
2021-06-17 15:03:34 -05:00
Jakob Lykke Andersen
50f5280603 C, keyword changes
- Add new keywords from C23.
- Add c_extra_keywords as confval.
- Move macro names from keywords to c_extra_keywords.

Fixes sphinx-doc/sphinx#9354
2021-06-17 08:29:39 +02:00
Juan Luis Cano Rodríguez
5a057d3da1 Actually use new theme 2021-06-17 01:01:34 +02:00
Juan Luis Cano Rodríguez
e022872f3b Add section about cross-references 2021-06-17 00:37:32 +02:00
Juan Luis Cano Rodríguez
57b0a1b465 Add section about the toctree 2021-06-17 00:31:53 +02:00
Juan Luis Cano Rodríguez
2058acc4f9 Add local table of contents 2021-06-17 00:21:42 +02:00
Juan Luis Cano Rodríguez
1e49218993 Add tutorial section about extensions and themes 2021-06-17 00:21:42 +02:00
Juan Luis Cano Rodríguez
dc5dc61e3f Turn plain image into figure 2021-06-16 19:49:37 +02:00
Juan Luis Cano Rodríguez
167828fde9 Add section about exporting to other formats 2021-06-16 19:49:37 +02:00
Juan Luis Cano Rodríguez
1cbaf7ff30 Minor style fixes 2021-06-16 19:49:37 +02:00
Juan Luis Cano Rodríguez
5e7c011b92 Fix broken link to third-party extensions 2021-06-16 18:32:02 +02:00
Jean-François B
e0b1e1002b
Merge pull request #9332 from jfbu/latex_doc_9321_utf8x
Closes: #9321 (LaTeX utf8x usage doc)
2021-06-16 17:25:03 +02:00
Martin Liska
b23eefa03b Fix :samp:{var} in manual pages.
When a samp begins with a variable part, it is not unwrapped for manual
pages.

Fixes #1860.
2021-06-16 09:30:08 +02:00
jfbu
f14561da80 Merge branch '4.0.x' into 4.x 2021-06-14 23:00:18 +02:00
Jean-François B
7507989a57
Merge pull request #9339 from astrojuanlu/hotfix-new-tutorial
Hotfixes new tutorial
2021-06-14 22:57:44 +02:00
jfbu
35f37a5d03 Same Unicode char replaced 2021-06-14 22:48:04 +02:00
Juan Luis Cano Rodríguez
d92c111ffb Fix whitespace in definition list 2021-06-14 22:45:54 +02:00
Juan Luis Cano Rodríguez
d65acfc1cc Fix another accidental reflow 2021-06-14 22:45:12 +02:00
Juan Luis Cano Rodríguez
ce0f165bae Fix more accidental rewrap 2021-06-14 21:39:25 +02:00
ocket8888
9db8775ba7
Update example to use recommended usage 2021-06-14 11:21:28 -06:00
Juan Luis Cano Rodríguez
95e49a1c83 Replace non-ASCII character 2021-06-14 19:14:08 +02:00
Juan Luis Cano Rodríguez
956d311809 Fix accidental rewrap 2021-06-14 19:07:25 +02:00
Manuel Kaufmann
f312792023
Merge branch '4.x' into humitos/add-html-assets-in-all-pages 2021-06-14 17:04:09 +02:00
Manuel Kaufmann
c818a70528 Rename variable to html_assets_policy 2021-06-14 16:50:26 +02:00
Raymond Sun
9ff1697939 Make test more readable 2021-06-14 16:15:50 +10:00
Raymond Sun
6a9cc9e5ea Fix flake8 errors 2021-06-14 16:15:50 +10:00
Raymond Sun
c9aefa4a26 Readd prompt with new validator 2021-06-14 16:15:33 +10:00
Takeshi KOMIYA
62f128700e Fix #9032: docs: sphinx.environment.NoUri was removed at v3.0.0
Our deprecation list describes `sphinx.environment.NoUri` was removed at
v4.0.0.  But, acutally, it was removed at v3.0.0 (#6223).
2021-06-14 02:18:01 +09:00
Jean-François B
8939a75efa
Merge pull request #9335 from jfbu/9305_platex_backslash_upquote
Fix #9305 LaTeX: backslash in sphinxupquote error with Japanese
2021-06-13 19:13:11 +02:00
jfbu
ef9b55c961 Fix #9305 LaTeX: backslash in sphinxupquote error with Japanese 2021-06-13 18:34:06 +02:00
Takeshi KOMIYA
7673cd6429
Merge pull request #9333 from tk0miya/9330_versionchanged_breaks_list
Fix #9330: versionchanged causes error during pdf build
2021-06-14 00:37:32 +09:00
Takeshi KOMIYA
7b8b3de9d1 Fix #9330: versionchanged causes error during pdf build
The versionchanged directive breaks doctree if its contents start with
non-paragraph element (ex. lists, tables, and so on).  It causes build
error in LaTeX.

This inserts a paragraph if the first child of the contents is not a
paragraph not to break doctree.
2021-06-14 00:03:08 +09:00
Takeshi KOMIYA
bedbb8c825
Merge pull request #9276 from astrojuanlu/new-tutorial
Beginning of new Sphinx tutorial
2021-06-13 23:58:23 +09:00
Takeshi KOMIYA
2de7c35573 Fix #9322: KeyError is raised on PropagateDescDomain transform
PropageteDescDomain applies the domain name from the "domain" attribute
of parent node (desc node) to the desc_signature node.  The structure
has longly generated by ObjectDescription.  But it must not be a new
rule.

This allows to build document that contains non standard doctree.
2021-06-13 23:22:42 +09:00
Takeshi KOMIYA
e05cef574b Update CHANGES for PR #9317 2021-06-13 20:27:59 +09:00
Takeshi KOMIYA
355937aef8
Merge pull request #9317 from marxin/fix-left-arrow-hotkey
Fix missing break statement for arrow shortcuts.
2021-06-13 20:26:24 +09:00
Takeshi KOMIYA
c685c48f0e Update CHANGES for PR #9307 2021-06-13 20:07:55 +09:00
Takeshi KOMIYA
99bfdb6681
Merge pull request #9307 from timhoffm/search-corrections
Prevent corrections and completions in search field
2021-06-13 20:07:00 +09:00