swyddfa / esbonio

A language server for working with Sphinx projects.
https://docs.esbon.io/
121 stars 21 forks source link

WIP: Fix #790: preview server - Uses Thread instead of Process for Python 3.12+ #837

Open Nitorac opened 2 weeks ago

Nitorac commented 2 weeks ago

Workaround to fix Preview of rst files not working #790.

To avoid any retrocompatibility issues, a Thread is used (instead of the current Process) only if we are on Python 3.12+.

Thread and Process share the same API, so only minimal changes were necessary.

Nitorac commented 2 weeks ago

(sorry for the force push, the commit had not the correct author)