Skip to content

Commit

Permalink
Drop minted for sphinx 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jul 29, 2022
1 parent 3e5cf2f commit cbfbdf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions d2lbook/sphinx_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@
MONO_FONT
% Remove top header
\usepackage[draft]{minted}
\fvset{breaklines=true, breakanywhere=true}
\setlength{\headheight}{13.6pt}
\makeatletter
\fancypagestyle{normal}{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements = [
'jupyter',
'regex',
'sphinx<=5.0.2', # https://github.com/sphinx-doc/sphinx/issues/10719
'sphinx',
'recommonmark',
'nbformat',
'nbconvert',
Expand Down

0 comments on commit cbfbdf4

Please sign in to comment.