From f72d8a468608bd38a8f182b17f94499659043d25 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jul 2020 11:31:22 +0200 Subject: [PATCH] sphinx.cmd.build --- docs/public/sphinx/build.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public/sphinx/build.rst b/docs/public/sphinx/build.rst index c320461..696d5a7 100644 --- a/docs/public/sphinx/build.rst +++ b/docs/public/sphinx/build.rst @@ -6,9 +6,9 @@ HTML .. code:: python3 - import sphinx + import sphinx.cmd.build - sphinx.build_main([ + sphinx.cmd.build.build_main([ '-E', '-j', '2', '-b', 'html',