Re: [kovidgoyal/kitty] Use consistent quotes and dashes in html docs (#2843)

From: notifications@github.com
Domain: IP info github.com
MX-server: IP info out-23.smtp.github.com
Size: 1877 Bytes
Create: 2020-07-11
Update: 2020-07-13
Score: 0
Safe: Yes

Outbound domains: github.com |

I couldn't find anything that will force consistent typographical quotes (tried all ways I could think of to set locale to no avail), I think it is unwise to spend more time on this so let's just close this 🙂

- $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) -D language=en -D encoding=utf8 $(O)

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.