Skip to content

Remove system-wide installation of Sphinx #3185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions install_apt_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ sudo apt-get install -y \
default-jre \
zlib1g-dev

# Required to build the documentation
sudo apt-get install -y \
sphinx-common

# Required for code formatting
# NOTE: clang-format-18 may only be found on specific distributions. Only
# install it if the distribution has this version of clang format.
Expand Down
5 changes: 0 additions & 5 deletions install_dnf_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ sudo dnf install -y \
boost-filesystem \
zlib-ng-devel

# Required to build the documentation
sudo dnf install -y \
python3-sphinx \
python-sphinx-doc

# Required to run the analytical placement flow
sudo dnf install -y \
eigen3-devel