Skip to content
Snippets Groups Projects
Commit 3de7a6cf authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

feat: add python3 sphinx

parent 39657b53
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ if [ "$DISTRIB_ID" = "Ubuntu" -o "$DISTRIB_ID" = "Debian" ]; then ...@@ -52,7 +52,7 @@ if [ "$DISTRIB_ID" = "Ubuntu" -o "$DISTRIB_ID" = "Debian" ]; then
# NFS for the shared workspace # NFS for the shared workspace
apt-get install -y nfs-common apt-get install -y nfs-common
# Python Sphinx for documentation of python bindings # Python Sphinx for documentation of python bindings
apt-get install -y python-sphinx apt-get install -y python-sphinx python3-sphinx
# for doocs-bam-server: # for doocs-bam-server:
apt-get install -y libgsl-dev apt-get install -y libgsl-dev
# for the doocs-psm-ctrl-server # for the doocs-psm-ctrl-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment