Skip to content

Commit

Permalink
Fix build-on-windows link in README.md (#546)
Browse files Browse the repository at this point in the history
# Description

* Fixes windows instruction link being to a 404, by adding
`contributing` location
* Updates windows instructions link to use `dev` instead of `stable` to
be consistent with others in readme
  • Loading branch information
TimMonko authored Dec 30, 2024
1 parent c61df46 commit 6376ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please read our [contributing guide](https://napari.org/dev/developers/contribut
1. Fork this repository, and then clone your fork to your local machine. NB: you may want to name your fork e.g. `napari-docs` rather than just `docs`.
1. With your local clone's root folder as the working directory, and with the environment created in the first step activated, install the docs requirements with `python -m pip install -r requirements.txt`.
* __Build__ locally
* If you're building on Windows, a few extra steps are required; you can follow [this guide](https://napari.org/stable/developers/documentation/index.html#building-the-documentation-on-windows).
* If you're building on Windows, a few extra steps are required; you can follow [this guide](https://napari.org/dev/developers/contributing/documentation/index.html#building-the-documentation-on-windows).
* From the root of your local clone of this repository, run one of these:
* `make docs`, if your changes include the example gallery
* `make docs-install && make html-noplot`, otherwise
Expand Down

0 comments on commit 6376ddb

Please sign in to comment.