mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 01:00:51 +00:00
6 lines
52 B
Bash
6 lines
52 B
Bash
#!/bin/sh
|
|
set -ev
|
|
|
|
cd docs/
|
|
make html SPHINXOPTS=-W
|