We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7488fbb commit c952235Copy full SHA for c952235
1 file changed
share/ci/scripts/linux/apt/install_docs_env.sh
@@ -6,5 +6,6 @@ set -ex
6
7
HERE=$(dirname $0)
8
9
+cat /etc/os-release
10
bash $HERE/install_doxygen.sh latest
11
pip install -r $HERE/../../../../../docs/requirements.txt
0 commit comments