File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ all releases are available on `Anaconda.org
77<https://anaconda.org/conda-forge/pytask-latex> `_.
88
99
10- 0.1.2 - 2022-xx-xx
10+ 0.1.2 - 2022-03-26
1111------------------
1212
1313- :pull: `32 ` implements a new interface to the compilation process which consists of
1414 composable compilation steps. (Many thanks to :user: `axtimhaus `!:tada: )
1515- :pull: `36 ` fixes some issues.
16+ - :pull: `37 ` updates the release notes.
1617
1718
18190.1.1 - 2022-02-08
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ which accepts which accepts strings or list of strings pointing to internally
158158implemented compilation steps. Using strings will use the default configuration of this
159159compilation step. It is equivalent to the following.
160160
161- .. code-block ::
161+ .. code-block :: python
162162
163163 from pytask_latex import compilation_steps as cs
164164
@@ -190,7 +190,7 @@ an example for generating a ``.dvi``.
190190 ``compilation_step.latexmk(options) `` generates a compilation step which is a function
191191with the following signature:
192192
193- .. code-block ::
193+ .. code-block :: python
194194
195195 from pathlib import Path
196196 import subprocess
You can’t perform that action at this time.
0 commit comments