"megatron/vscode:/vscode.git/clone" did not exist on "772a4a2d955dc18c040780b1249dd5b43715dba3"
run_doc.sh 220 Bytes
Newer Older
pmaybank's avatar
pmaybank committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

set -eu

# Make this directory the PWD
cd "$(dirname "${BASH_SOURCE[0]}")"

# Build doxygen info
bash run_doxygen.sh

# Build sphinx docs
cd source
make clean
make -e SPHINXOPTS="-t html" html
make latexpdf