6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install deps for building documentation
|
|
|
|
pip install 'Sphinx<3.0.0'
|