We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Once html_logo file copied, it will be never overwrited.
html_logo
To Reproduce
html_logo = 'logo.jpg'
$ make html modify logo.jpg $ touch index.rst # update source file to build docs again $ make html
Expected behavior html_logo file is updated when original file changed.
Your project None
Screenshots None
Environment info
The text was updated successfully, but these errors were encountered:
Fix sphinx-doc#6499: html: Sphinx never updates a copy of html_logo
83c59bb
Merge pull request #6501 from tk0miya/6499_html_logo_never_updated
288bf23
Fix #6499: html: Sphinx never updates a copy of html_logo
No branches or pull requests
Describe the bug
Once
html_logo
file copied, it will be never overwrited.To Reproduce
Expected behavior
html_logo
file is updated when original file changed.Your project
None
Screenshots
None
Environment info
The text was updated successfully, but these errors were encountered: