You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/guides/bring-your-own-sphinx.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Bring your own Sphinx
2
2
3
-
While the `esbonio` language server itself is included as part of the Esbonio extension, it does *not* include an installation of Sphinx.
3
+
While the `esbonio` language server is bundled as part of the extension, it does *not* include an installation of Sphinx.
4
4
5
-
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.
5
+
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.
6
6
7
7
The Esbonio extension supports two mechanisms for selecting your Python environment.
0 commit comments