Commit Graph

17731 Commits

Author SHA1 Message Date
Justin Mathews
134a8d8f54
reuse existing test link
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-10 11:41:47 -04:00
Justin Mathews
a4621fb73e
test with http
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-10 11:41:11 -04:00
Justin Mathews
ce305190c5
shorter explanatory comments
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-10 11:40:44 -04:00
Justin Mathews
d804981a37
alphabetical ordering
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-10 11:40:16 -04:00
Justin Mathews
193ea9153e
alphabetical ordering
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-10 11:40:01 -04:00
Justin Mathews
68ff1b6034
Update CHANGES
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-10 11:39:03 -04:00
Justin Mathews
935df33d95 comment explaining why try GET when HEAD got a ConnectionError 2021-06-09 23:56:02 -04:00
Justin Mathews
e10a31b10a making a note in the change log 2021-06-09 23:45:32 -04:00
Justin Mathews
db9adaceaf Trigger the bad web server behaviour with the http_server context manager instead of relying on an external website. 2021-06-09 23:40:40 -04:00
Martin Liska
445b9aded7 Fix missing break statement for arrow shortcuts.
When one presses left key at the first page, `case 37` falls
through to `case 39` and the next page is visited.
2021-06-09 20:32:13 +02:00
jfbu
67e48df378 Update CHANGES 2021-06-09 07:40:35 +02:00
jfbu
7cc87d84c4 Fix #9313 2021-06-08 23:14:01 +02:00
Takeshi KOMIYA
03c4b56c6e
Merge pull request #9310 from sphinx-doc/dependabot/npm_and_yarn/glob-parent-5.1.2
build(deps): bump glob-parent from 5.0.0 to 5.1.2
2021-06-09 00:56:52 +09:00
dependabot[bot]
20cf6695a3
build(deps): bump glob-parent from 5.0.0 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 11:45:30 +00:00
Justin Mathews
11b4345ff5 Resolves bug #9306 2021-06-07 17:53:42 -04:00
Justin Mathews
57c866caf1 catch ConnectionError on HEAD 2021-06-07 17:53:36 -04:00
Justin Mathews
84d4a5b97a failing test for linkcheck of US Patent page 2021-06-07 17:53:32 -04:00
Tim Hoffmann
488df3ffa8 Prevent corrections and completions in search field
In particular mobile browsers use correction mechanisms on input fields.
Search will often be done with technical terms or even class/method/etc
names that these correction mechanisms do not know, resulting in unwanted
changes. This PR deactivates these correction mechanisms.

While I haven't been able to find official reference documentation on
these input attributes, there are multiple sources, describing this, e.g.

References:

- Autocomplete: https://www.w3schools.com/howto/howto_html_autocomplete_off.asp
- Spellckeck: https://www.w3schools.com/howto/howto_html_spellcheck_disable.asp

I did not find official reference docs on autocorrect and autocapitalize, but
they are mentioned in various sources, e.g.

- https://mgearon.com/html/disable-autocomplete-autocapitalize-and-autocorrect/
- https://stackoverflow.com/questions/35513968/disable-auto-correct-in-safari-text-input
- https://davidwalsh.name/disable-autocorrect

and it works, as can easily be checked with a mobile device on the demos in the above
links.
2021-06-07 22:17:28 +02:00
Juan Luis Cano Rodríguez
aee105ce46 Rewrap text 2021-06-06 17:19:39 +02:00
Juan Luis Cano Rodríguez
a2a8a07430 Adjust line length 2021-06-06 10:56:23 +02:00
Juan Luis Cano Rodríguez
1ffbfa72f1 Merge branch '4.x' into new-tutorial 2021-06-06 10:49:07 +02:00
Takeshi KOMIYA
b6245266ab
Merge pull request #9303 from tk0miya/fix_docslint
doc: Fix docslint misunderstanding scope of code-blocks
2021-06-06 13:33:17 +09:00
Takeshi KOMIYA
e0500f7354 doc: Fix docslint misunderstanding scope of code-blocks 2021-06-06 13:24:06 +09:00
Takeshi KOMIYA
a47a22de0f
Merge pull request #9301 from jpmckinney/patch-2
fix: Fix typo in add_directive docstring
2021-06-06 13:06:51 +09:00
Takeshi KOMIYA
1c375e3519
Merge pull request #9302 from sphinx-doc/bot/pull-translations
Update message catalogs
2021-06-06 13:03:35 +09:00
tk0miya
636bd40a6f Update message catalogs 2021-06-06 00:17:02 +00:00
James McKinney
654f11e90c
fix: Fix typo in add_directive docstring 2021-06-05 12:38:00 -04:00
Jakob Lykke Andersen
df71e62dd8
Merge pull request #9293 from jakobandersen/c_cpp_test_refactor
Refactor C and  C++ tests
2021-06-03 20:12:33 +02:00
Jakob Lykke Andersen
98f827ceee Refactor C++ tests 2021-06-03 20:01:21 +02:00
Jakob Lykke Andersen
ef68bd4220 Refactor C tests 2021-06-03 19:35:14 +02:00
Jakob Lykke Andersen
92c5ee07be
Merge pull request #9155 from jakobandersen/field_roles
Call roles in typed fields
2021-06-03 19:28:19 +02:00
Takeshi KOMIYA
1418e3acbb
Merge pull request #9260 from tk0miya/9016_linkcheck_github_anchors
Close #9016: linkcheck builder failed to check the anchors of github.com
2021-06-04 01:18:22 +09:00
Jakob Lykke Andersen
783314d54d Field roles, add C++ test 2021-06-03 16:52:38 +02:00
Jakob Lykke Andersen
27d40519c1 Field roles, add C test 2021-06-03 16:42:57 +02:00
Jakob Lykke Andersen
d5598b363e DocFields, small fixes 2021-06-03 16:36:37 +02:00
Jakob Lykke Andersen
ec9d578ed3 Update CHANGES 2021-06-03 16:36:37 +02:00
Jakob Lykke Andersen
bd13c15dca js, use func role for exception field
The err role doesn't exist and the rest are all equivalent.
2021-06-03 16:36:37 +02:00
Jakob Lykke Andersen
c566823e1b C, C++, use expr role in typed fields 2021-06-03 16:36:37 +02:00
Jakob Lykke Andersen
4534d2d1a5 fields, call roles instead of making a pending_xref
Except for py which has mixins that assumes a single pending_xref
2021-06-03 16:36:37 +02:00
Takeshi KOMIYA
a02f6c5e0c Update CHANGES for PR #9260 2021-06-03 21:58:36 +09:00
Takeshi KOMIYA
4776cd329c Fix ImportError 2021-06-03 21:54:38 +09:00
Takeshi KOMIYA
bc0e3b4405
linkcheck: Use urlparse to check and reconstruct URI for github.com
Co-authored-by: François Freitag <mail@franek.fr>
2021-06-03 21:52:00 +09:00
Takeshi KOMIYA
69cbf7aa92
Merge pull request #9285 from tk0miya/9283_autodoc_attribute_not_having_comment
Fix #9283: autodoc: failed to build doc for attribute not commented
2021-06-03 21:47:58 +09:00
Takeshi KOMIYA
01918fc2d3
Merge pull request #9289 from tk0miya/9268_python_use_unqualified_type_names
Close #9268: python_use_unqualified_type_names supports type field
2021-06-03 21:46:43 +09:00
Takeshi KOMIYA
90470b094e Close #9268: python_use_unqualified_type_names supports type field 2021-06-03 00:09:16 +09:00
Takeshi KOMIYA
82dad44e5b
Merge pull request #9288 from b-rohit/4.x
Add asvin in EXAMPLES
2021-06-02 00:33:52 +09:00
Rohit Bohara
009c608b6b
Add asvin in EXAMPLES
add asvin in documentation using sphinx_rtd_theme list
2021-06-01 13:21:36 +02:00
Juan Luis Cano Rodríguez
565713d228 Change Pygments lexer to account for prompt 2021-05-31 18:03:04 +02:00
Takeshi KOMIYA
92335bd6e6 Close #9016: linkcheck builder failed to check the anchors of github.com 2021-06-01 00:31:15 +09:00
Juan Luis Cano Rodríguez
ce727e3cfe More style changes 2021-05-31 16:35:35 +02:00