Something went wrong on our end
-
Andrei Gherzan authored
This relies on the plantuml plugin/module so it also includes the required extension and to simplify that, we switch to using a `conf.py` file. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Andrei Gherzan authoredThis relies on the plantuml plugin/module so it also includes the required extension and to simplify that, we switch to using a `conf.py` file. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 145 B
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
.PHONY: all
all:
sphinx-build -W . build
clean:
rm -rf ./build