It is using python anyway, so make it simple Signed-off-by: Michal Čihař <michal@cihar.com>
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install deps for building documentation
|
|
|
|
pip install --user 'Sphinx'
|