We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The user must be using VS Code to work on a single folder, which uses poetry to spin out a virtual environment.
To make sure esbonio extension works properly, this folder must have the following dependencies installed (as dev dependencies or just normal ones),
sphinx
sphinx-rtd-theme
sphinx-copybutton
esbonio shouldn't be installed, as the extension acquires it automatically from the installation folder.
esbonio
The virtual environment must be properly configured and created,
poetry env use 3.12 poetry env info --path poetry install
Once opened this folder in VS Code, the user can open conf.py and select which Python interpreter to use via Microsoft Python extension.
conf.py
The user might need to manually add the environment path using the output of poetry env info --path.
poetry env info --path
Esbonio language server is notified by this change and starts to build the web pages.
Live preview and other features are also ready then.
#736
The text was updated successfully, but these errors were encountered:
dbpath
The steps are quite similar to #899.
Sorry, something went wrong.
No branches or pull requests
The user must be using VS Code to work on a single folder, which uses poetry to spin out a virtual environment.
Python dependencies added to poetry
To make sure esbonio extension works properly, this folder must have the following dependencies installed (as dev dependencies or just normal ones),
sphinx
sphinx-rtd-theme
)sphinx-copybutton
)Examples
Initial Steps
The virtual environment must be properly configured and created,
Once opened this folder in VS Code, the user can open
conf.py
and select which Python interpreter to use via Microsoft Python extension.Esbonio language server is notified by this change and starts to build the web pages.
Live preview and other features are also ready then.
Related Items
#736
The text was updated successfully, but these errors were encountered: