commit 2337c0dc8b69b9198feff4b1495dccc970fbd17c
parent 09fbe784b01d8c95490cd8024c228cb339dd0ff2
Author: Nick Econopouly <wry@mm.st>
Date: Wed, 1 Dec 2021 14:12:24 -0500
Add make clean to build instructions
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guides/how-to-contribute-to-this-documentation.txt b/guides/how-to-contribute-to-this-documentation.txt
@@ -62,7 +62,7 @@ From the base of the repository, run:
.. code-block:: bash
- $ make html
+ $ make clean && make html
You should now be able to view the documentation in your web
browser. The homepage is at ``_build/html/index.html``.