Skip to content

Commit 3c99b8c

Browse files
Remove system-wide installation of Sphinx
Installing Sphinx using the system package manager is considered bad practice. This commit removes that from the dependency installer scripts.
1 parent 29cc58d commit 3c99b8c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

install_apt_packages.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ sudo apt-get install -y \
4141
default-jre \
4242
zlib1g-dev
4343

44-
# Required to build the documentation
45-
sudo apt-get install -y \
46-
sphinx-common
47-
4844
# Required for code formatting
4945
# NOTE: clang-format-18 may only be found on specific distributions. Only
5046
# install it if the distribution has this version of clang format.

install_dnf_packages.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ sudo dnf install -y \
4242
boost-filesystem \
4343
zlib-ng-devel
4444

45-
# Required to build the documentation
46-
sudo dnf install -y \
47-
python3-sphinx \
48-
python-sphinx-doc
49-
5045
# Required to run the analytical placement flow
5146
sudo dnf install -y \
5247
eigen3-devel

0 commit comments

Comments
 (0)