Fix encoding of Unicode characters

This commit is contained in:
Jared Dillard
2026-03-18 21:44:31 -07:00
parent f6596dd1ec
commit 97beb3c797
4 changed files with 93 additions and 1 deletions
+6
View File
@@ -1,6 +1,12 @@
Changelog
=========
0.7.2
-----
- Fix encoding of Unicode characters (smart quotes, em dashes, etc.) in llms.txt output
`#65 <https://github.com/jdillard/sphinx-llms-txt/issues/65>`_
0.7.1
-----