diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd2c1f8f8..547695f59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,6 +120,8 @@ You can build the documentation locally to see how your changes will look. * Build the docs: ``make docs`` * Or, to build and open in a browser: ``make docs-browser`` +**On Windows:** Use ``make html`` instead of ``make docs``. Also ensure you have installed the documentation requirements with ``pip install -r requirements-docs.txt`` before building. + ## Tests Unit tests are the lifeblood of the project, as it ensures that we can continue to add and change the code and stay confident that things have not broken. Running the tests requires