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
Prework
Description
Describe the bug clearly and concisely.
Reproducible example
[x] 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
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