Change History (3)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit 1d6fda16826534bb07a6f462df1355e0576a4c03
Note:
See TracTickets
for help on using tickets.
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at commit 1d6fda16826534bb07a6f462df1355e0576a4c03
Release 6.2.0 (released Apr 23, 2023)
Dependencies
Incompatible changes
\dimen
registers (not previously publicly documented) as per 5.1.0 code comments in
sphinx.sty
:
\sphinxverbatimsep
,
\sphinxverbatimborder
,
\sphinxshadowsep
,
\sphinxshadowsize
, and
\sphinxshadowrule
.
.egg
support from pycode
ModuleAnalyser
; Python eggs are a now-obsolete binary distribution format
sphinx.builders.linkcheck
.
sphinx.locale.setlocale
Deprecated
intersphinx_mapping
format
sphinx.util.osutil.cd
is deprecated in favour of
contextlib.chdir
.
Features added
# type: () -> int
).
all
to imported members for template rendering when option
autosummary_ignore_module_all
is set to
False
.
content_offset
parameter to
nested_parse_with_titles()
, allowing for correct line numbers during nested parsing.
--jobs
synonym for
-j
.
\sphinxbox
for styling text elements with a (possibly rounded) box, optional background color and shadow, has been added. See :ref:
sphinxbox
.\sphinxstylenotetitle
, ...,
\sphinxstylewarningtitle
, ..., for an extra layer of mark-up freeing up
\sphinxstrong
for other uses. See :ref:
latex-macros
.note
, :dudir:hint
, :dudir:important
and :dudir:tip
can now each be styled as the other admonitions, i.e. possibly with a background color, individual border widths and paddings, possibly rounded corners, and optional shadow. See :ref:additionalcss
.topic
(and :dudir:contents <table-of-contents>
) directives, and not only :rst:dir:`code-block, support
box-decoration-break=slice
`.noteTextColor
,
noteTeXextras
et al. See :ref:
additionalcss
.imgmath_latex
= 'tectonic'
or
= 'xelatex'
.
python_display_short_literal_types
option for condensed rendering ofLiteral
types.
Bugs fixed
or :rst:dir:
automodule` directive.\color
in topic (or admonition) contents may cause color leak to the shadow and border at a page break
\sphinxupquote
compatibility
nested_parse_with_titles
.
tx
client
Testing
unittest.TestCase
style test functions to pytest style