marxin
9a30edac7d
Fix indentation of .. version{changed,added}.
2022-07-19 15:26:57 +02:00
Adam Turner
94024e6efa
Merge branch '5.x'
...
# Conflicts:
# sphinx/ext/autodoc/__init__.py
# sphinx/writers/html5.py
2022-07-18 22:49:56 +01:00
Chris Holdgraf
eb0a6c574f
Update documentation structure and theming ( #10677 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-07-18 22:48:28 +01:00
Adam Turner
a4d41aa889
Merge branch '5.x'
2022-07-17 21:53:12 +01:00
Adam Turner
490a8a9162
Add include_patterns as the opposite of exclude_patterns ( #10518 )
2022-07-17 21:44:33 +01:00
Takeshi KOMIYA
e7fc03bce2
Allow specifying multiple CSS files in themes ( #10465 )
...
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com >
2022-07-17 12:27:43 +01:00
Jean-François B
d737608591
Merge pull request #10648 from jfbu/latex_enhancedboxes
...
LaTeX: box padding (t,r,b,l), borders (t,r,b,l), shadows (x,y) or radii
2022-07-14 11:19:48 +02:00
Jean-François B
64647ca55f
LaTeX: enhanced boxes with padding, borders, shadows, rounded corners
...
- LaTeX: box padding (t,r,b,l), borders (t,r,b,l), shadows (x,y) or radii
- LaTeX: fix #10650 via usage of our own sophisticated \fcolorbox
- LaTeX: user interface via 'sphinxsetup' to enhanced code-blocks frames
- LaTeX: user interface via 'sphinxsetup' to enhanced topic boxes
- LaTeX: CSS-named-alikes 'sphinxsetup' options for code-blocks and
topics
- LaTeX: CSS-named-alikes 'sphinxsetup' keys for warning type notices
(fix #10651 )
- LaTeX: documentation of the new CSS-like options
- LaTeX: remove #10619 documentation, as the #10619 added
shadowBorderColor and shadowShadowColor now named respectively:
aside.topic_border-TeXcolor and aside.topic_box-shadow-TeXcolor
- LaTeX: use div.topic option prefix and not aside.topic for CSS-like
options
- LaTeX: keep the implicit legacy padding of warning type boxes as
default behaviour
2022-07-14 11:08:28 +02:00
Adam Turner
1e3ade55fe
Merge branch '5.x'
2022-07-10 23:05:23 +01:00
Adam Turner
9112cfeb8d
Refresh the Sphinx13 theme ( #10652 )
2022-07-10 22:48:15 +01:00
Jean-François B
4dbb62b9cd
LaTeX: optional rounded corners for framing of code-blocks
...
Via a new configuration verbatimradius of 'sphinxsetup', which defaults
to 0pt.
If this dimension is non zero, the LaTeX package pict2e will be loaded
to help construct frames with rounded corners for code-blocks. And if
the LaTeX package pict2e was not found, a LaTeX warning is issued during
PDF build.
2022-07-05 09:56:40 +02:00
Takeshi KOMIYA
3d175d9a24
Merge branch '5.x'
2022-07-03 22:40:34 +09:00
Jean-François B
6afde2e301
LaTeX: refactor sphinxShadowBox to allow colors for frame and shadow
2022-06-30 22:40:47 +02:00
Jean-François B
80198e82aa
Merge branch '5.x' into master
...
Resolved merge conflicts:
sphinx/ext/extlinks.py
sphinx/ext/napoleon/docstring.py
(and removed from the latter a now unused import for flake8 F401
compliance)
2022-06-30 15:00:16 +02:00
Adam Turner
ac0fc4b781
Remove more deprecated items in Sphinx 6.0 ( #10562 )
2022-06-26 15:01:09 +01:00
Antony Lee
03c1e1b15c
Replace napoleon.iterators by simpler stack implementation ( #9856 )
2022-06-26 12:40:42 +01:00
jfbu
d730c55f13
[DOC] Fix sectioning level in usage/configuration.rst
...
The conf.py example ended up as sub-section of previous one
2022-06-26 11:36:38 +02:00
jfbu
f74cc3fcaa
Minor cross-linking improvements in usage/restructuredtext/roles.rst
2022-06-26 09:51:39 +02:00
jfbu
8ecbe8a15a
Improve mark-up in docs (follow-up to PR #10366 )
2022-06-26 09:30:22 +02:00
Brecht Machiels
7b0787485e
Fix link to rinohtype manual ( #10593 )
2022-06-22 19:35:42 +01:00
Adam Turner
b26bf0320c
Add underscore.js to the sphinx13 theme ( #10588 )
2022-06-19 23:12:38 +01:00
Takeshi KOMIYA
4292630965
Fix #10574 : Failed to search on sphinx-doc.org (again)
2022-06-19 22:47:41 +09:00
Takeshi KOMIYA
521a47b033
Fix #10574 : Failed to search on sphinx-doc.org (again)
...
To make RtD search available, this adds jQuery patches on old Sphinx to
sphinx-doc.org.
2022-06-19 19:26:18 +09:00
Takeshi KOMIYA
a06c49105b
Fix #10574 : Failed to search on sphinx-doc.org
...
Since 6.0, jQuery has not been loaded by default. It affects to the
search feature of RtD. This loads jQuery again to make it available.
2022-06-19 18:35:45 +09:00
Adam Turner
fcc238a21d
Merge branch '5.x'
2022-06-16 23:17:42 +01:00
Adam Turner
ea14dd533b
Fix inline literal markup in templating.rst
2022-06-16 23:15:50 +01:00
Adam Turner
7e38d2dad8
Merge branch '5.x'
...
# Conflicts:
# .github/workflows/builddoc.yml
# .github/workflows/lint.yml
# sphinx/registry.py
2022-06-16 21:46:54 +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
ce31e1c0c7
Remove deprecated items for Sphinx 6.0 ( #10471 )
2022-06-16 21:05:37 +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
Adam Turner
881f66c557
Simplify Sphinx's Stemmer ( #10467 )
2022-06-16 19:47:09 +01:00
Takeshi KOMIYA
7e68154e49
Drop python 3.6 support ( #10468 )
2022-06-16 19:33:55 +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
Takeshi KOMIYA
4d7558e968
Merge branch '5.0.x' into 5.x
2022-06-17 02:19:33 +09:00
Adam Turner
5806f0af27
Add nav.contents everywhere that div.topic is used
2022-06-07 23:12:29 +01:00
Adam Turner
334572383e
Merge remote-tracking branch 'upstream/5.0.x' into fix-double-brackets
...
# Conflicts:
# CHANGES
2022-06-06 15:27:55 +01:00
Adam Turner
5ddc22baf8
Fix an example in the templating document
...
Co-authored-by: Matthias Geier <Matthias.Geier@gmail.com >
2022-06-04 20:53:57 +01:00
Adam Turner
7286291f93
Add docutils_version_info to StandaloneHTMLBuilder.globalcontext
2022-06-04 18:08:33 +01:00
Adam Turner
fbd374859a
Add aside.topic for Docutils 0.18+ (sphinx13)
2022-06-04 17:09:44 +01:00
Takeshi KOMIYA
e1bf4dd5d5
Merge branch '5.0.x' into 5.x
2022-05-29 16:38:05 +09:00
Adam Turner
78c478a579
Merge remote-tracking branch 'upstream/5.0.x' into lang-none-en
2022-05-28 19:21:44 +01:00
Takeshi KOMIYA
68252c646a
doc: The default setting of "language" has been changed since v5.0
2022-05-28 19:09:35 +01:00
Takeshi KOMIYA
f7a88441bf
Merge branch '5.0.x' into 5.x
2022-05-28 23:18:00 +09:00
Takeshi KOMIYA
004012b6df
Merge branch '4.x' into 5.0.x
2022-05-28 23:17:46 +09:00
Takeshi KOMIYA
e7ab472b6d
Merge branch '4.5.x' into 4.x
2022-05-28 23:16:54 +09:00
Takeshi KOMIYA
06436084dd
Merge pull request #10464 from tk0miya/10461_doc_code-block_class_option
...
doc: Add an explanation for :class: option of code-block directive
2022-05-28 23:15:08 +09:00
Takeshi KOMIYA
721bc00d2b
Update URL for requests
2022-05-28 23:04:55 +09:00
Takeshi KOMIYA
4c664ae0b8
Merge branch '5.0.x' into 5.x
2022-05-23 02:07:24 +09:00
Takeshi KOMIYA
cab2d93076
Merge pull request #10386 from mxd4/10384-comment-img-magick
...
Add comments on ImageMagick requirement
2022-05-22 19:22:24 +09:00