Skip to content

Commit

Permalink
Show latexrc file on build output
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Mar 13, 2019
1 parent d0a1890 commit 24ba762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readthedocs/doc_builder/backends/sphinx.py
Expand Up @@ -428,6 +428,12 @@ def _build_latexmk(self, cwd, latex_cwd):
if self.project.language == 'ja':
rcfile = 'latexmkjarc'

self.run(
'cat',
rcfile,
cwd=latex_cwd,
)

cmd_ret = self.run(
'latexmk',
'-r',
Expand Down

0 comments on commit 24ba762

Please sign in to comment.