Commit 256f47a4 authored by Levi Naden's avatar Levi Naden
Browse files

better word choice

parent b82d3fa2
...@@ -185,14 +185,14 @@ latex_elements = { ...@@ -185,14 +185,14 @@ latex_elements = {
\\usepackage{caption} \\usepackage{caption}
\\setcounter{tocdepth}{3} \\setcounter{tocdepth}{3}
\\captionsetup[figure]{labelformat=empty} \\captionsetup[figure]{labelformat=empty}
% Backwards behavior for sphinx < 1.5 % Backwards compatibility for sphinx < 1.5
\\let\\DUspan\\null % force DUspan to be defined \\let\\DUspan\\null % force DUspan to be defined
\\renewcommand{\DUspan}[2]{% \\renewcommand{\DUspan}[2]{%
\\IfEqCase{#1}{% \\IfEqCase{#1}{%
{code}{\\small{}\\texttt{#2}\\normalsize{}} {code}{\\small{}\\texttt{#2}\\normalsize{}}
}[\\PackageError{DUspan}{Unrecognized option passed to DUspan: #1}{}]% }[\\PackageError{DUspan}{Unrecognized option passed to DUspan: #1}{}]%
}% }%
% Sphinx > 1.5 behavior (github.com/sphinx-doc/sphinx/issues/2231) % Sphinx > 1.5 compatibility (github.com/sphinx-doc/sphinx/issues/2231)
\\newcommand{\\DUrolecode}[1]{% \\newcommand{\\DUrolecode}[1]{%
\\small{}\\texttt{#1}\\normalsize{}% \\small{}\\texttt{#1}\\normalsize{}%
}%""", }%""",
......
...@@ -185,14 +185,14 @@ latex_elements = { ...@@ -185,14 +185,14 @@ latex_elements = {
\\usepackage{caption} \\usepackage{caption}
\\setcounter{tocdepth}{3} \\setcounter{tocdepth}{3}
\\captionsetup[figure]{labelformat=empty} \\captionsetup[figure]{labelformat=empty}
% Backwards behavior for sphinx < 1.5 % Backwards compatibility for sphinx < 1.5
\\let\\DUspan\\null % force DUspan to be defined \\let\\DUspan\\null % force DUspan to be defined
\\renewcommand{\DUspan}[2]{% \\renewcommand{\DUspan}[2]{%
\\IfEqCase{#1}{% \\IfEqCase{#1}{%
{code}{\\small{}\\texttt{#2}\\normalsize{}} {code}{\\small{}\\texttt{#2}\\normalsize{}}
}[\\PackageError{DUspan}{Unrecognized option passed to DUspan: #1}{}]% }[\\PackageError{DUspan}{Unrecognized option passed to DUspan: #1}{}]%
}% }%
% Sphinx > 1.5 behavior (github.com/sphinx-doc/sphinx/issues/2231) % Sphinx > 1.5 compatibility (github.com/sphinx-doc/sphinx/issues/2231)
\\newcommand{\\DUrolecode}[1]{% \\newcommand{\\DUrolecode}[1]{%
\\small{}\\texttt{#1}\\normalsize{}% \\small{}\\texttt{#1}\\normalsize{}%
}%""", }%""",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment