We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cc58d commit 3c99b8cCopy full SHA for 3c99b8c
install_apt_packages.sh
@@ -41,10 +41,6 @@ sudo apt-get install -y \
41
default-jre \
42
zlib1g-dev
43
44
-# Required to build the documentation
45
-sudo apt-get install -y \
46
- sphinx-common
47
-
48
# Required for code formatting
49
# NOTE: clang-format-18 may only be found on specific distributions. Only
50
# install it if the distribution has this version of clang format.
install_dnf_packages.sh
@@ -42,11 +42,6 @@ sudo dnf install -y \
boost-filesystem \
zlib-ng-devel
-sudo dnf install -y \
- python3-sphinx \
- python-sphinx-doc
# Required to run the analytical placement flow
51
sudo dnf install -y \
52
eigen3-devel
0 commit comments