When working on the doc I found that building the docs was only explained for Linux users. [Link for the conversation](https://github.com/pyproj4/pyproj/pull/1489#issuecomment-2825301296) I think we need to add a note for windows users, explaining two things : - the need to `pip install` the file [requirements-docs.txt](https://github.com/pyproj4/pyproj/blob/main/requirements-docs.txt) ; - the use of `make html` instead of `make docs`.