Commit Graph

18070 Commits

Author SHA1 Message Date
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
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