From f47dd1e70633cb9db01a679d5c0be1a3e1bcce06 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 9 Mar 2023 07:26:16 -0800 Subject: [PATCH] tests: Add installation guide to test-ns3.py --- utils/tests/test-ns3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/test-ns3.py b/utils/tests/test-ns3.py index 5f01f16eb..994d55401 100755 --- a/utils/tests/test-ns3.py +++ b/utils/tests/test-ns3.py @@ -2520,7 +2520,7 @@ class NS3ExpectedUseTestCase(NS3BaseTestCase): doc_folder = os.path.abspath(os.sep.join([".", "doc"])) # For each sphinx doc target. - for target in ["contributing", "manual", "models", "tutorial"]: + for target in ["installation", "contributing", "manual", "models", "tutorial"]: # First we need to clean old docs, or it will not make any sense. doc_build_folder = os.sep.join([doc_folder, target, "build"]) doc_temp_folder = os.sep.join([doc_folder, target, "source-temp"])