Takeshi KOMIYA
ec596de871
Merge pull request #10580 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2022-06-19 18:28:41 +09:00
Takeshi KOMIYA
de0ce29372
Fix #10579 : i18n: UnboundLocalError is raised on translating raw directive
2022-06-19 17:33:22 +09:00
Takeshi KOMIYA
9e6a3900e6
Update CHANGES for PR #10566
2022-06-19 16:56:04 +09:00
Takeshi KOMIYA
95b81831b1
Merge pull request #10566 from marxin/fix-theme-config-usage
...
Fix usage of enable_search_shortcuts theme config value.
2022-06-19 16:55:01 +09:00
tk0miya
a3340efcf9
Update message catalogs
2022-06-19 06:31:44 +00:00
Takeshi KOMIYA
854ff556f9
Merge pull request #10558 from mitya57/remove-ru-ru
...
Remove `ru_RU` translation, it is empty and duplicates `ru`
2022-06-19 15:27:33 +09:00
marxin
3a269ee590
Fix usage of enable_search_shortcuts theme config value.
...
The option value is not properly propagated to Java script.
2022-06-17 21:21:27 +02:00
Adam Turner
c40bb7281e
requests.packages is deprecated, import from urllib3 ( #10563 )
2022-06-17 00:06:06 +01:00
Adam Turner
ea14dd533b
Fix inline literal markup in templating.rst
2022-06-16 23:15:50 +01:00
Adam Turner
6ab15a047c
Update GitHub Actions versions ( #10561 )
2022-06-16 21:43:00 +01:00
Adam Turner
70f950cae0
Remove traces of Python 2 and 3.5 ( #10560 )
2022-06-16 21:37:46 +01:00
Adam Turner
6d23d7d153
Update CHANGES for #6679
2022-06-16 21:13:14 +01:00
David Miguel Susano Pinto
715a137a4d
agogo theme: ensure hidden toctree is show on Table of Contents ( #6679 )
2022-06-16 21:10:40 +01:00
Ezio Melotti
1a1491b8a7
Show the repr of the value in some warnings ( #10439 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-06-16 21:07:25 +01:00
Martin Liška
f789148fa2
Allow emphasising placeholders in option
directives ( #10366 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-06-16 20:46:01 +01:00
Matthias Geier
9ff08123e4
agogo theme: Wrong use of sidebar* configs ( #10520 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2022-06-16 20:40:37 +01:00
Adam Turner
396d29fc32
Update CHANGES for 10028
2022-06-16 20:29:24 +01:00
Adam Turner
1c98aea126
Update CHANGES for #10460
2022-06-16 19:58:16 +01:00
Doug Hellmann
9c9a52d92b
logging: always show source locations as absolute paths ( #10460 )
2022-06-16 19:51:49 +01:00
Adam Turner
6ef22d2613
Increase static typing strictness ( #10530 )
2022-06-16 19:50:01 +01:00
Adam Turner
881f66c557
Simplify Sphinx's Stemmer ( #10467 )
2022-06-16 19:47:09 +01:00
Julien Palard
956cddb7d4
Replace doclinter with sphinx-lint ( #10389 )
...
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-06-16 19:32:09 +01:00
Dmitry Shachnev
5b5bd8faab
Remove ru_RU translation, it is empty and duplicates ru
...
Currently sphinx has both ru and ru_RU translations. The latter was
added recently, there are no translated strings and no registered
translators on Transifex.
2022-06-16 21:23:10 +03:00
Adam Turner
2a88d8074b
Move Adam Turner to co-maintainers ( #10557 )
2022-06-16 19:08:24 +01:00
Takeshi KOMIYA
1031175418
Merge pull request #10551 from AA-Turner/fix-extra-whitespace
...
Remove extra space from the unparser
2022-06-17 03:02:48 +09:00
Adam Turner
bed8e94cfc
Update CHANGES
...
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
2022-06-16 18:52:48 +01:00
Takeshi KOMIYA
4d7558e968
Merge branch '5.0.x' into 5.x
2022-06-17 02:19:33 +09:00
Takeshi KOMIYA
949984c4e2
Bump version
2022-06-17 02:18:26 +09:00
Takeshi KOMIYA
907d27dc65
Bump to 5.0.2 final
2022-06-17 02:17:08 +09:00
Adam Turner
2b9461a753
Typo
2022-06-15 22:15:01 +01:00
Adam Turner
b8a38f037b
Special case **
2022-06-15 10:15:53 +01:00
Adam Turner
05b835114b
Expand comment
2022-06-15 09:31:25 +01:00
Adam Turner
3dc6ed166f
Add higher level test
2022-06-15 09:29:35 +01:00
Takeshi KOMIYA
ed69703113
Update CHANGES for PR #10535
2022-06-15 02:37:05 +09:00
Takeshi KOMIYA
377d8668b5
Merge pull request #10535 from AA-Turner/css-nav-contents
...
Fix `nav.contents` CSS for Docutils 0.18
2022-06-15 02:36:03 +09:00
Adam Turner
eae646504f
Switch check
2022-06-14 18:29:18 +01:00
Adam Turner
0768f22aa1
Add CHANGES entry
2022-06-14 16:40:42 +01:00
Adam Turner
dbe2db5df7
Add a comment
2022-06-14 16:39:12 +01:00
Adam Turner
b58ef001ac
Remove extra space from the unparser
2022-06-14 09:54:01 +01:00
Takeshi KOMIYA
709602437d
Update CHANGES for PR #10539
2022-06-14 03:05:49 +09:00
Takeshi KOMIYA
d045227668
Merge pull request #10539 from AA-Turner/fix-inherited-attrs
...
Fix inherited attribute docstrings
2022-06-14 03:03:40 +09:00
Takeshi KOMIYA
29edce9243
test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539 )
2022-06-14 02:49:07 +09:00
Takeshi KOMIYA
571b55328d
Merge pull request #10546 from sphinx-doc/bot/pull-translations
...
Update message catalogs
2022-06-14 02:09:16 +09:00
tk0miya
3c128c3705
Update message catalogs
2022-06-12 00:20:53 +00:00
Adam Turner
3956cf2249
Fix documenting inherited attributes
2022-06-08 15:50:56 +01:00
Adam Turner
27f05328d0
Move aside.topic
into the conditional blocks
2022-06-07 23:21:52 +01:00
Adam Turner
5806f0af27
Add nav.contents
everywhere that div.topic
is used
2022-06-07 23:12:29 +01:00
Adam Turner
8da2efb1d7
Rename CSS files to CSS template files
2022-06-07 23:09:21 +01:00
Takeshi KOMIYA
0aedcc9a91
Merge pull request #10513 from AA-Turner/readme
...
Reformat the README
2022-06-07 00:37:43 +09:00
Adam Turner
14d669945b
Capitalise "EPUB"
...
Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
2022-06-06 16:27:32 +01:00