·
7 commits
to develop
since this release
v1.0.0 - 2025-10-28
Enhancements
-
esbonio.sphinx.pythonCommandis now an object with with following fieldscommand: This list of strings from the original esbonio.sphinx.pythonCommand.env: A dictionary allowing you to add/override environment variables passed to the sphinx processcwd: A string allowing you to change the directory in which the sphinx process is launched.
(#1024)
Misc
-
The following options have been removed
esbonio.sphinx.envPassthrough: For ages now, the language server passes through all environment variables to the sphinx process so this option has no use.esbonio.sphinx.pythonPath: The original intent behind this option was to allow you to override the version of the sphinx agent. However, the better way to do this is just use a different version of esbonio.esbonio.sphinx.cwd: Useesbonio.sphinx.pythonCommand.cwd
(#1027)
-
Drop Python 3.9 support (#1032)