Skip to content

Commit

Permalink
Fix sphinx-doc#11099 (shadowrule legacy sphinxsetup key vanished at 5…
Browse files Browse the repository at this point in the history
….1.0)
  • Loading branch information
jfbu committed Jan 6, 2023
1 parent d900810 commit 7921058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -4,6 +4,8 @@ Release 6.1.2 (in development)
Bugs fixed
----------

* #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash
since Sphinx 5.1.0
* #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash
since Sphinx 5.1.0
* #11095: LaTeX: shadow of :dudir:`topic` and contents_ boxes not in page
Expand Down
2 changes: 1 addition & 1 deletion sphinx/texinputs/sphinx.sty
Expand Up @@ -436,7 +436,7 @@ will be set to white}%
\let\spx@topic@border@bottom\spx@topic@border@top
\let\spx@topic@border@left \spx@topic@border@top
\expandafter\let\expandafter\KV@sphinx@shadowrule
\csname KV@sphinx@topic_border-width\endcsname
\csname KV@sphinx@div.topic_border-width\endcsname
\newif\ifspx@topic@border@open % defaults to false (legacy)
\define@key{sphinx}{div.topic_box-decoration-break}%
{\begingroup\edef\spx@tempa{#1}\expandafter\endgroup
Expand Down

0 comments on commit 7921058

Please sign in to comment.