tests: Add installation guide to test-ns3.py

This commit is contained in:
Tom Henderson
2023-03-09 07:26:16 -08:00
parent 44f6309bf2
commit f47dd1e706

View File

@@ -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"])