-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
docs: live preview (without VS Code) #181
Comments
We also could provide additional configs, we are working on a configuration for Clion |
Let's create a separate issue for CLion if we want to support that. |
I have checked some of the tools used for live preview and did a comparison:
The best way to go is to use sphinx-autobuild from devcontainer/venv . I will create a PR that documents how to use it and implement the other required changes. |
Provide the ability of a live preview outside of VS Code.
People are using different IDEs, and we cannot do a full integration into all of them.
But we can provide a generic preview ability, e.g. sphinx-autobuild.
Task:
The text was updated successfully, but these errors were encountered: