Skip to content

Commit 9887cb6

Browse files
committed
Add documentation packages to install_apt_packages.sh
Signed-off-by: Jeff Goeders <[email protected]>
1 parent 1280551 commit 9887cb6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install_apt_packages.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ sudo apt-get install -y \
2020
sudo apt-get install -y \
2121
clang \
2222
tcl-dev \
23-
libreadline-dev
23+
libreadline-dev
24+
25+
# Required to build the documentation
26+
sudo apt-get install -y \
27+
sphinx-common

0 commit comments

Comments
 (0)