How to view pre-release docs? #4720
-
The docs at https://beta.ruff.rs/docs/ don't support viewing pre-release docs (e.g. current I am trying to review 9646bc7's In general, how do PR reviewers review docs PRs? Besides looking at the PR diff, do they build the docs locally to view? (I am wondering if there's a button I can hit, or a link I can click, and a built version of the docs be available) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can build and view the docs locally as described in |
Beta Was this translation helpful? Give feedback.
A devcontainer is a Visual Studio Code feature to set up the developing environment in a docker container.
You only need to have docker installed, all the setup will be done for you.
Github codespaces are devcontainer under the hood.