You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: NotFound: No such file or directory (os error 2): readfile '/home/manuel/src/aur/python-great-tables/src/python-great-tables-0.14.0/docs/a-latex_examples/index.log'
Path: /home/manuel/src/aur/python-great-tables/src/python-great-tables-0.14.0/docs/a-latex_examples/index.log
Stack trace:
Path: /home/manuel/src/aur/python-great-tables/src/python-great-tables-0.14.0/docs/a-latex_examples/index.log
at readTextFileSync (ext:deno_fs/30_fs.js:859:10)
at Object.Deno.readTextFileSync (file:///opt/quarto/bin/quarto.js:5047:25)
at initialCompileLatex (file:///opt/quarto/bin/quarto.js:77172:18)
at eventLoopTick (ext:core/01_core.js:153:7)
at async generatePdf (file:///opt/quarto/bin/quarto.js:77118:22)
at async Object.complete (file:///opt/quarto/bin/quarto.js:77398:27)
at async file:///opt/quarto/bin/quarto.js:70765:31
at async withTimingAsync (file:///opt/quarto/bin/quarto.js:19479:25)
at async Object.complete (file:///opt/quarto/bin/quarto.js:70763:13)
at async Object.onPostProcess (file:///opt/quarto/bin/quarto.js:78273:36)
make: *** [Makefile:45: docs-build] Error 1
Expected result
Docs build
Development environment
Operating System: Arch Linux
great_tables Version: 0.14.0
Additional context
Deleting docs/a-latex_examples fixes the issue and the docs build as expected
The text was updated successfully, but these errors were encountered:
I wonder if this could be related to quarto needing a latex install, or something similar? We regenerate the docs every CI run, and it seems to work okay, so I'm a bit puzzled by what might be causing this error :/
Prework
Description
Describe the bug clearly and concisely.
Reproducible example
Post a minimal reproducible example (MRE) so the maintainer can troubleshoot the problems you identify. A reproducible example is:
make docs-build
fails.This worked just fine with 0.13.0
gives
Expected result
Docs build
Development environment
Additional context
docs/a-latex_examples
fixes the issue and the docs build as expectedThe text was updated successfully, but these errors were encountered: