You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `clean` action to Windows `make` file
* Use `fail-on-warning` mode in Windows `make` file
* Drop unused `--keep-going` flag in Makefile
* Refactor auto-generate api docs
* Update contributing docs
* Remove Sphinx version constraint
* Document make-mode only
* Allow target chaining in Windows make
The local build can be viewed by opening `docs/build/index.html` in a browser.
307
-
:::
308
-
::::
309
298
310
-
To re-build the documentation after making changes, run the command below. It will remove all generated files in `docs/`,
311
-
including the auto-generated API index `source/api_index.rst`, and those in `build/`, `source/api/`, and `source/examples/`, and then re-build the documentation.
299
+
To re-build the documentation after making changes, we recommend removing existing build files first.
300
+
The following command will remove all generated files in `docs/`,
301
+
including the auto-generated API index `source/api_index.rst`, and those in `build/`, `source/api/`, and `source/examples/`. It will then re-build the documentation:
If the linkcheck step incorrectly marks links with valid anchors as broken, you can skip checking the anchors in specific links by adding the URLs to `linkcheck_anchors_ignore_for_url` in `docs/source/conf.py`, e.g.:
0 commit comments