From 38aa07a34a407d43a4894109f08aa898de09f0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20C=2E=20Riven=C3=A6s?= Date: Tue, 8 Oct 2024 14:58:50 +0200 Subject: [PATCH] Fix a minor issue when building docs locally --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 2c2afe112..9ae01a2c5 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -86,7 +86,7 @@ view the documentation like so: .. code-block:: console - sphinx-build -b html docs build/docs/html + sphinx-build -b html docs build/docs/html --fresh-env firefox build/docs/html/index.html