Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytask-latex paths are not set correctly #133

Closed
janosg opened this issue Mar 7, 2023 · 0 comments · Fixed by #135
Closed

pytask-latex paths are not set correctly #133

janosg opened this issue Mar 7, 2023 · 0 comments · Fixed by #135
Labels

Comments

@janosg
Copy link
Member

janosg commented Mar 7, 2023

I had multiple bug reports from students that latex documents are not re-built after included figures or documents change. It seems that this comes from a wrong path in pyproject.toml that maybe was not updated after the paper folder was moved out of the src folder.

The current entry in pyproject.toml look like this:

[tool.pytask.ini_options]
paths = ["./src/project_name", "./src/paper"]

I think it should look like this:

[tool.pytask.ini_options]
paths = ["./src/project_name", "./paper"]
@janosg janosg added the bug label Mar 7, 2023
hmgaudecker added a commit that referenced this issue Mar 28, 2023
hmgaudecker added a commit that referenced this issue Mar 28, 2023
@hmgaudecker hmgaudecker mentioned this issue Mar 28, 2023
hmgaudecker added a commit that referenced this issue Mar 29, 2023
* Fix paths for LaTeX files (#133).
* Fix GHA workflow (#134).
* Pre-commit autoupdate / fix ruff complaints.
* Use default sequence style of yamlfix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant