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.