OpenFPGA/.github/workflows/doc_dependencies.sh

6 lines
152 B
Bash

#!/usr/bin/env bash
# The package list is designed for Ubuntu 20.04 LTS
apt-get install python3-sphinx
python3 -m pip install -r docs/requirements.txt