diff --git a/code/guides/bring-your-own-sphinx.md b/code/guides/bring-your-own-sphinx.md index 9f2fc6bfe..b1dfd93d9 100644 --- a/code/guides/bring-your-own-sphinx.md +++ b/code/guides/bring-your-own-sphinx.md @@ -1,8 +1,8 @@ # Bring your own Sphinx -While the `esbonio` language server itself is included as part of the Esbonio extension, it does *not* include an installation of Sphinx. +While the `esbonio` language server is bundled as part of the extension, it does *not* include an installation of Sphinx. -This is because every Sphinx project is unique with its own set of dependencies and required extensions. So in order to correctly understand your project `esbonio` needs to use the same Python environment that you use to build your documentation. +This is because every Sphinx project is unique with its own set of dependencies and required extensions. In order to correctly understand your project `esbonio` needs to use the same Python environment that you use to build your documentation. The Esbonio extension supports two mechanisms for selecting your Python environment.