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 pipenv 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
(Optional) Use a tool like pyenv to set local Python version,
pyenv
pyenv local 3.12
The virtual environment must be properly configured and created,
pipenv install
The Python version used for this virtual environment is specified in Pipfile.
Pipfile
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
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:
Wrote about the latest steps in #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 pipenv to spin out a virtual environment.
Python dependencies added to pipenv
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
(Optional) Use a tool like
pyenv
to set local Python version,pyenv local 3.12
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: