build_docs.sh 162 Bytes
Newer Older
1
2
#!/bin/bash

3
4
5
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

6
7
8
9
10
11
12
cd docs

pip install -r requirements.txt

make html

cp CNAME _build/html/