We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f919ce9 commit b361953Copy full SHA for b361953
Makefile
@@ -0,0 +1,13 @@
1
+# SPDX-license-identifier: Apache-2.0
2
+##############################################################################
3
+# Copyright (c) 2022 Samsung Corporation
4
+# All rights reserved. This program and the accompanying materials
5
+# are made available under the terms of the Apache License, Version 2.0
6
+# which accompanies this distribution, and is available at
7
+# http://www.apache.org/licenses/LICENSE-2.0
8
9
+
10
+.PHONY: deploy
11
+deploy:
12
+ tox -e docs
13
+ python -m http.server --directory _build/html/
0 commit comments