Luis
|
6487529cf5
|
Fix #10363: make howto LaTeX title page rule use \linewidth
|
2022-05-08 10:20:51 +02:00 |
|
Takeshi KOMIYA
|
27a62bbe39
|
Merge pull request #10197 from palewire/patch-1
Reduce `body_min_width` in basic theme
|
2022-05-08 02:47:00 +09:00 |
|
Takeshi KOMIYA
|
d7af818ba3
|
Update CHANGES for PR #10197
|
2022-05-08 02:38:56 +09:00 |
|
Takeshi KOMIYA
|
eee6be61ab
|
html theme: Change the default body_min_width to 360px
Some reports says 360px is smallest size at present.
refs:
- https://www.browserstack.com/guide/ideal-screen-sizes-for-responsive-design
- https://mediag.com/blog/popular-screen-resolutions-designing-for-all/
|
2022-05-08 02:37:34 +09:00 |
|
Takeshi KOMIYA
|
a48e811781
|
Merge branch '5.x' into patch-1
|
2022-05-08 02:36:54 +09:00 |
|
Takeshi KOMIYA
|
58c5424bb4
|
Update CHANGES for PR #10337
|
2022-05-08 02:25:54 +09:00 |
|
Takeshi KOMIYA
|
431caac943
|
Merge pull request #10337 from AA-Turner/reuse-publisher
Cache `Publisher` objects to speed up Sphinx
|
2022-05-08 02:24:27 +09:00 |
|
Takeshi KOMIYA
|
f9dce5764e
|
Mark sphinx.io:read_doc() deprecated
|
2022-05-08 02:15:58 +09:00 |
|
Takeshi KOMIYA
|
39ce0182ff
|
Merge branch '5.x' into reuse-publisher
|
2022-05-08 02:13:42 +09:00 |
|
Takeshi KOMIYA
|
19c347e790
|
Merge pull request #10147 from zuqq/4.x
Apply `autodoc_typehints_format` to all type hints
|
2022-05-08 00:59:55 +09:00 |
|
Takeshi KOMIYA
|
d5e76d69e8
|
test: Prepend "~typing" to the result of autodata
The default setting has been changed since 5.0.
|
2022-05-08 00:44:28 +09:00 |
|
Takeshi KOMIYA
|
7134317e49
|
Merge remote-tracking branch 'origin/5.x' into HEAD
|
2022-05-07 22:37:58 +09:00 |
|
Takeshi KOMIYA
|
ba0d5a2666
|
Merge pull request #10428 from tk0miya/10258_autosummary
Recognize a documented attribute of a module as non-imported
|
2022-05-07 22:29:34 +09:00 |
|
Takeshi KOMIYA
|
06e5c036b7
|
Fix an isort warning
|
2022-05-07 22:20:43 +09:00 |
|
Takeshi KOMIYA
|
5707e63903
|
Update CHANGES for PR #10258
|
2022-05-07 22:09:25 +09:00 |
|
Takeshi KOMIYA
|
d7c1f6ed68
|
autosummary: global variables having doc-comment are considered as non-imported members of the module
|
2022-05-07 22:07:45 +09:00 |
|
Takeshi KOMIYA
|
ae96a3ea85
|
Fix a flake8 warning
|
2022-05-07 21:28:05 +09:00 |
|
Takeshi KOMIYA
|
5344b1b241
|
Merge branch '5.x' into 10258_autosummary
|
2022-05-07 21:27:47 +09:00 |
|
Adam Turner
|
919eb1db91
|
Inline io.read_doc and explain why settings are copied
|
2022-05-07 13:11:39 +01:00 |
|
Takeshi KOMIYA
|
3bc1a33892
|
Merge pull request #10426 from tk0miya/fix_typo
Fix typo
|
2022-05-07 20:03:29 +09:00 |
|
Takeshi KOMIYA
|
4278a8a51b
|
Fix typo
|
2022-05-07 16:13:26 +09:00 |
|
Takeshi KOMIYA
|
425a3e6c09
|
Merge branch '4.x' into 5.x
|
2022-05-06 03:32:43 +09:00 |
|
Takeshi KOMIYA
|
efd4712dc8
|
Update CHANGES for PR #10251
|
2022-05-06 02:59:01 +09:00 |
|
Takeshi KOMIYA
|
3805e0646f
|
Merge pull request #10251 from jbms/fix-inline-syntax-highlight
Make code role highlighting consistent with code-block directive
|
2022-05-06 02:54:42 +09:00 |
|
Takeshi KOMIYA
|
21fb2caad6
|
Merge pull request #10412 from tk0miya/deprecate_sphinx.util.docutils.__version_info__
Remove sphinx.util.docutils.__version_info__ on 7.0
|
2022-05-05 19:46:58 +09:00 |
|
Takeshi KOMIYA
|
335bf513e8
|
Merge pull request #10413 from AA-Turner/fix-split-coverage
CI: fix coverage job
|
2022-05-03 02:32:15 +09:00 |
|
Adam Turner
|
00324a566b
|
CI: fix coverage job
|
2022-05-02 18:23:12 +01:00 |
|
Takeshi KOMIYA
|
e4f78df2fc
|
Merge pull request #10345 from Thecarisma/fix-theming-add-static-file-documentation
Refractor the example in 'Add your own static files to the build assets' documentation section
|
2022-05-03 02:10:57 +09:00 |
|
Takeshi KOMIYA
|
be212d98df
|
Remove sphinx.util.docutils.__version_info__ on 7.0
|
2022-05-03 02:07:47 +09:00 |
|
Takeshi KOMIYA
|
8e726db3de
|
Merge pull request #10381 from tk0miya/deprecation_for_docutils-0.13
Mark APIs for docutils-0.13 deprecated and remove monkey-patch for it
|
2022-05-03 02:06:13 +09:00 |
|
Takeshi KOMIYA
|
81bb102cd1
|
Merge pull request #10361 from AA-Turner/split-coverage
Only test with coverage on pushes to `sphinx-doc/sphinx`
|
2022-05-03 02:05:24 +09:00 |
|
Takeshi KOMIYA
|
96b15e9e66
|
Merge pull request #10353 from tk0miya/10305_optional_forwardref_annotations
Fix #10305: autodoc: Failed to extract optional forwardrefs
|
2022-05-03 02:03:28 +09:00 |
|
Takeshi KOMIYA
|
1d06b6a701
|
Merge pull request #10374 from dhmemi/5.x
support srearch template with extended-length path
|
2022-05-03 01:58:16 +09:00 |
|
Takeshi KOMIYA
|
2d4479050b
|
Remove monkey-patch for docutils-0.13
|
2022-05-03 01:57:09 +09:00 |
|
Takeshi KOMIYA
|
538fdb23bb
|
Merge pull request #10388 from soxofaan/patch-1
sphinx.ext.napoleon docs: fix Google style link
|
2022-05-03 01:53:58 +09:00 |
|
Adam Turner
|
f95bcf51ef
|
Refactor
|
2022-05-02 17:51:26 +01:00 |
|
Takeshi KOMIYA
|
3aa7e4105a
|
Deprecate: html5_ready and is_html5_writer_available()
|
2022-05-03 01:48:17 +09:00 |
|
Adam Turner
|
cfa324a7ed
|
Remove always-false branches
|
2022-05-02 17:47:46 +01:00 |
|
Adam Turner
|
65ae948eca
|
Split out coverage
|
2022-05-02 17:47:46 +01:00 |
|
Takeshi KOMIYA
|
00a0e13292
|
Merge pull request #10411 from tk0miya/10384_skip_tests_for_imgconverter
Fix #10384: test: Skip tests for imgconvert if imagemagick not found
|
2022-05-03 01:42:50 +09:00 |
|
Adam Turner
|
f346e0a11f
|
Move creation to sphinx.io
|
2022-05-02 17:38:52 +01:00 |
|
Takeshi KOMIYA
|
7970e6c044
|
Merge pull request #10372 from AA-Turner/fix-warnings
Address warnings
|
2022-05-03 01:27:10 +09:00 |
|
Adam Turner
|
971040b4b7
|
Merge branch '5.x' into fix-warnings
# Conflicts:
# tests/test_search.py
|
2022-05-02 17:05:42 +01:00 |
|
Takeshi KOMIYA
|
b58a584236
|
Merge pull request #10164 from AA-Turner/bump-docutils
Bump Docutils dependency
|
2022-05-03 01:00:51 +09:00 |
|
Takeshi KOMIYA
|
1971c437ba
|
Fix #10384: test: Skip tests for imgconvert if imagemagick not found
|
2022-05-03 00:50:59 +09:00 |
|
Takeshi KOMIYA
|
8c7a472d58
|
Merge pull request #10409 from hugovk/5.x-rm-3.5
Remove redundant code for Python < 3.6
|
2022-05-02 02:45:49 +09:00 |
|
Hugo van Kemenade
|
184fe83c73
|
Remove redundant code for Python < 3.6
|
2022-05-01 17:50:34 +03:00 |
|
Takeshi KOMIYA
|
2f29f0a96e
|
Merge pull request #10406 from AA-Turner/apidoc-duplicates
Ensure submodules are unique in `sphinx.ext.apidoc`
|
2022-05-01 19:02:37 +09:00 |
|
Takeshi KOMIYA
|
8c7ba8aa0a
|
Merge pull request #10391 from AA-Turner/jsdump
Deprecate `sphinx.util.jsdump`
|
2022-05-01 15:12:57 +09:00 |
|
Adam Turner
|
bde47ce679
|
Add test for duplicated submodules in sphinx.ext.apidoc
|
2022-05-01 06:12:25 +01:00 |
|