summaryrefslogtreecommitdiff
path: root/makedocs.sh
blob: 11ad53168279118a447c2031aa0e1ae6f596fafb (plain)
1
2
3
4
5
6
#!/bin/bash

cd sphinxdoc
#sphinx-build -b linkcheck . _build/ 
sphinx-build -b coverage . _build/
sphinx-build -b html . _build/reference