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

HTML Preview creates log.txt file near rst file #7

Open
kreuzberger opened this issue Jun 18, 2021 · 1 comment
Open

HTML Preview creates log.txt file near rst file #7

kreuzberger opened this issue Jun 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kreuzberger
Copy link
Collaborator

The preview process with rst2thml creates a log file near the rst file used as input. This could be "accidentialy" pushed or commited by a user. The log file should go elsewhere (eg. ~/./..

@kreuzberger kreuzberger self-assigned this Jun 24, 2021
@kreuzberger kreuzberger added the bug Something isn't working label Jun 24, 2021
@kreuzberger kreuzberger added this to the 21-2 milestone Jun 24, 2021
@kreuzberger
Copy link
Collaborator Author

The log file should be only used during rst2html python script developing and was not intended to be checked in with "logfile" flag enabled.
The path to the log file is now given from code from qtc::core::cacheResourcePath (linux: ~/.cache/QtProject/QtCreator +sphinx/rst2html.log).
The default is to disable the file creation (cause normally it should be empty)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant