Simon Hausmann
6a4c215cf0
Add unit test for remote logo and fav icon
2021-06-28 13:28:29 +02:00
Simon Hausmann
9f04ac8563
Simplify logo and favicon assignment
2021-06-28 11:27:06 +02:00
Simon Hausmann
6cb649fc75
Merge branch '4.x' of https://github.com/sphinx-doc/sphinx into logo-url-fix
2021-06-28 11:24:59 +02:00
Takeshi KOMIYA
b187ca0951
Merge pull request #9382 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2021-06-27 22:44:36 +09:00
tk0miya
d3c829efa9
Update message catalogs
2021-06-27 00:11:14 +00:00
Simon Hausmann
c3ad66b010
Fix support for html logo and favicon as url
...
Stripping the url in the context setup means that any later isurl()
calls will fail and logo_url will always be a local relative path.
2021-06-25 11:27:58 +02:00
Jakob Lykke Andersen
eda4b1cfc4
Merge pull request #9379 from jakobandersen/cpp_various
...
C++ (and C), various additions
2021-06-24 23:14:51 +02:00
Jakob Lykke Andersen
450d5caa37
C++, support constrains in placeholders
2021-06-24 22:32:23 +02:00
Jakob Lykke Andersen
7bc2e052c5
C++, C, support digit separators in literals
2021-06-24 21:12:26 +02:00
Jakob Lykke Andersen
799c53aa11
C++, support explicit(<expr>) specifier
2021-06-24 20:26:22 +02:00
Jakob Lykke Andersen
d5da6fdf50
C++, support char8_t
2021-06-24 19:45:44 +02:00
Jakob Lykke Andersen
b94a60dc89
C++, support consteval and constinit
2021-06-24 19:39:15 +02:00
Jakob Lykke Andersen
57237dbb07
C++, support inline variables
2021-06-24 19:15:54 +02: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
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
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
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
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
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
jfbu
9dbf2c9a98
Closes : #9321 (LaTeX utf8x usage doc)
2021-06-13 12:29:39 +02:00
Takeshi KOMIYA
a5eefc0bc2
Merge pull request #9309 from jamathews/4.0.x
...
Handle ConnectionError on HTTP HEAD Requests
2021-06-13 17:31:07 +09:00
Takeshi KOMIYA
e7e92d3154
Update CHANGES for PR #9313
2021-06-13 17:30:04 +09:00
Takeshi KOMIYA
7e71b759d7
Merge branch '4.x' into 4.0.x
2021-06-13 17:20:01 +09:00
Takeshi KOMIYA
0197005976
Merge branch '4.0.x' into 4.x
2021-06-13 17:18:58 +09:00
Takeshi KOMIYA
669c35a6bf
Merge pull request #9314 from jfbu/latex_9313_missing_curly_brace
...
Fix #9313
2021-06-13 17:13:17 +09:00
Takeshi KOMIYA
7da62f6e49
Merge pull request #9328 from tk0miya/4.x
...
Merge 4.0.x to 4.x
2021-06-13 16:53:01 +09:00
Takeshi KOMIYA
244dedb534
Merge branch '4.0.x' into 4.x
2021-06-13 16:34:46 +09:00
Takeshi KOMIYA
b7c05a2f5a
Merge pull request #9327 from jrfk/feature/mypy_0900_breaking_update_for_stub
...
Fix mypy violations (delete type: ignore ) (with mypy-0.900)
2021-06-13 16:28:56 +09:00
Junya Fukuda
a8771f4067
Fix mypy violations (delete type: ignore ) (with mypy-0.900)
2021-06-13 16:05:09 +09:00
Takeshi KOMIYA
8a59390f34
Merge pull request #9325 from jrfk/feature/mypy_0900_breaking_update_for_stub
...
Fix mypy violations (Third-party Library Stubs) (with mypy-0.900)
2021-06-13 15:58:58 +09:00
Junya Fukuda
5c98b9fa7c
Fix mypy violations (Third-party Library Stubs) (with mypy-0.900)
2021-06-13 15:22:32 +09:00