Documenter.jl icon indicating copy to clipboard operation
Documenter.jl copied to clipboard

Allow configuring the docker image of DocumenterLaTeX

Open findmyway opened this issue 6 years ago • 2 comments

Currently the docker image and tag are hard-coded in the source code:

https://github.com/JuliaDocs/Documenter.jl/blob/28de68c0a10c7f7e8f7e6de9dcf266f9ab5947e1/src/Writers/LaTeXWriter.jl#L134

https://github.com/JuliaDocs/Documenter.jl/blob/28de68c0a10c7f7e8f7e6de9dcf266f9ab5947e1/src/Writers/LaTeXWriter.jl#L159

It would be very convient to allow configuring them.

findmyway avatar Mar 06 '19 11:03 findmyway

As an argument to LaTeX() perhaps? @fredrikekre do you have any thoughts on this?

mortenpi avatar Mar 11 '19 07:03 mortenpi

As an argument to LaTeX() perhaps?

Sure, that makes sense.

fredrikekre avatar Mar 11 '19 07:03 fredrikekre