Skip to content

Commit 24ba762

Browse files
committed
Show latexrc file on build output
1 parent d0a1890 commit 24ba762

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readthedocs/doc_builder/backends/sphinx.py

+6
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,12 @@ def _build_latexmk(self, cwd, latex_cwd):
428428
if self.project.language == 'ja':
429429
rcfile = 'latexmkjarc'
430430

431+
self.run(
432+
'cat',
433+
rcfile,
434+
cwd=latex_cwd,
435+
)
436+
431437
cmd_ret = self.run(
432438
'latexmk',
433439
'-r',

0 commit comments

Comments
 (0)