From 560bd22bce0b3d21d6a5962b4a5da917d4ef6be1 Mon Sep 17 00:00:00 2001 From: John Tramm Date: Tue, 21 Jan 2025 16:27:01 -0600 Subject: [PATCH] Tweak To Sphinx Install Documentation (#3271) --- docs/source/devguide/docbuild.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/devguide/docbuild.rst b/docs/source/devguide/docbuild.rst index 389a423f3a..f723db06ea 100644 --- a/docs/source/devguide/docbuild.rst +++ b/docs/source/devguide/docbuild.rst @@ -12,7 +12,7 @@ Python API. That is, from the root directory of the OpenMC repository: .. code-block:: sh - python -m pip install .[docs] + python -m pip install ".[docs]" ----------------------------------- Building Documentation as a Webpage