David Ham
b1b5125761
Changes requested by review.
2021-07-04 20:05:33 +01:00
Takeshi KOMIYA
2100722b70
Merge pull request #9353 from astrojuanlu/fix-extensions-link
...
Fix link to third-party extensions in front page
2021-07-04 23:58:54 +09:00
Takeshi KOMIYA
186bbc11e9
Merge pull request #9174 from humitos/humitos/add-html-assets-in-all-pages
...
Add `Sphinx.add_html_assets_in_all_pages`
2021-07-04 13:02:30 +09:00
Takeshi KOMIYA
25e1221d1f
Merge branch '4.x' into humitos/add-html-assets-in-all-pages
2021-07-04 12:53:08 +09:00
Takeshi KOMIYA
0ee0d8df00
Merge pull request #9399 from tk0miya/napoleon_preprocess_types
...
doc: Fix the default value of napoleon_preprocess_types is True
2021-07-04 11:26:43 +09:00
Takeshi KOMIYA
54c6c666c1
Merge pull request #9386 from tk0miya/9384_autodoc_typehints_supports_attributes
...
Fix #9384 : autodoc_typehints='none' supports typehints for attributes
2021-07-04 11:24:04 +09:00
Takeshi KOMIYA
998f8a8214
Merge pull request #9403 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2021-07-04 11:23:30 +09:00
tk0miya
7557e53ab7
Update message catalogs
2021-07-04 00:08:49 +00:00
Takeshi KOMIYA
4aa222e7f9
Fix #9387 : xml: XML Builder ignores custom visitors
...
So far, XML builder only allows to switch its translator to custom one.
But it does not support to install custom visitor methods. This allows
to use them expectedly.
2021-07-04 01:28:37 +09:00
Takeshi KOMIYA
e8ba4f1803
Merge pull request #9392 from LouisJustinTALLOT/patch-1
...
Fix quotes in docstring in ext.napoleon
2021-07-03 20:10:55 +09:00
Takeshi KOMIYA
b9f9b61692
Merge pull request #9398 from yuxiaoy1/patch-1
...
Update docs for theming
2021-07-03 18:03:17 +09:00
Takeshi KOMIYA
f6b3f36e23
doc: Fix the default value of napoleon_preprocess_types is True
2021-07-03 17:41:57 +09:00
Frank Yu
da00466081
Update docs for theming
2021-07-03 00:44:10 +08:00
Louis-Justin TALLOT
a52ccdbfc7
Fix quotes in docstring in ext.napoleon
2021-06-30 19:40:35 +02:00
Takeshi KOMIYA
bc616d3b1a
Merge pull request #9367 from tk0miya/9364_single_element_tuple
...
Fix #9364 : autodoc: 1-element tuple on the defarg is wrongly rendered
2021-06-30 21:26:57 +09:00
Takeshi KOMIYA
ec351bdf3d
Merge branch '4.0.x' into 4.x
2021-06-30 21:24:06 +09:00
Takeshi KOMIYA
565c9536e5
Update CHANGES for PR #9381
2021-06-30 21:23:47 +09:00
Takeshi KOMIYA
83f60d4045
Merge pull request #9381 from tronical/logo-url-fix
...
Fix support for html logo and favicon as url
2021-06-30 21:22:29 +09:00
Takeshi KOMIYA
779d902359
Merge pull request #9326 from tk0miya/rebirth_of_force_decode
...
Revert the removal of sphinx.util:force_decode()
2021-06-30 21:19:52 +09:00
Takeshi KOMIYA
a1994ac926
Merge branch '4.0.x' into rebirth_of_force_decode
2021-06-30 00:41:15 +09:00
Takeshi KOMIYA
723ad78306
Merge pull request #9334 from tk0miya/9322_KeyError_from_PropageteDescDomain
...
Fix sphinx-doc#9322: KeyError is raised on PropagateDescDomain transform
2021-06-30 00:06:57 +09:00
Takeshi KOMIYA
2aef00d7bd
Fix #9384 : autodoc_typehints='none' supports typehints for attributes
2021-06-29 21:57:26 +09:00
Jakob Lykke Andersen
805fd98e00
Merge pull request #9385 from jakobandersen/cpp_update_version
...
C++, fixes for recent additions
2021-06-28 19:50:50 +02:00
Jakob Lykke Andersen
358efdd8f3
C++, fix name mangling of literals with digit seps
2021-06-28 19:30:59 +02:00
Jakob Lykke Andersen
c15c5cf3ee
C++, update env version due to recent changes
2021-06-28 17:09:50 +02:00
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
Juan Luis Cano Rodríguez
013e67f4fd
Clarify what happens if no title is used in the :ref:
2021-06-22 15:44:52 +02:00
Juan Luis Cano Rodríguez
15fe52dce6
Separate extensions and themes more clearly
2021-06-22 15:37:30 +02:00
Juan Luis Cano Rodríguez
c9d2a73d93
Rename to root document
2021-06-22 15:27:54 +02:00
Juan Luis Cano Rodríguez
5f41044abb
Tone down LaTeX info to "note"
...
Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
2021-06-22 15:20:06 +02:00
Joe Nelson
e6ae41ed52
Include "role" attribute in expected HTML fragment
2021-06-21 17:08:24 -05:00
Juan Luis Cano Rodríguez
a3478eb2d0
Update doc/tutorial/index.rst
...
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
2021-06-21 14:25:17 +02:00
Juan Luis Cano Rodríguez
106346a4ef
Make section title more goal-oriented
2021-06-21 08:24:10 +02:00
Juan Luis Cano Rodríguez
e865c526bb
Add filenames as captions for relevant code blocks
2021-06-21 08:17:30 +02:00
Juan Luis Cano Rodríguez
35714269e8
Add text representation of the document structure
2021-06-21 08:09:26 +02:00
Juan Luis Cano Rodríguez
0581a17ca6
Clarify this is about HTML themes
2021-06-21 08:02:21 +02:00
Juan Luis Cano Rodríguez
8377a550a2
Simplify out-of-toctree warning
2021-06-21 07:46:13 +02:00
Juan Luis Cano Rodríguez
3fcaa172db
Move reference to list of Pygments lexers
2021-06-21 07:38:51 +02:00