Skip to content

Commit 605fb00

Browse files
Merge pull request #3185 from verilog-to-routing/remove_systemwide_sphinx
Remove system-wide installation of Sphinx
2 parents a2da057 + 449bdcc commit 605fb00

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
@@ -42,10 +42,6 @@ sudo apt-get install -y \
4242
default-jre \
4343
zlib1g-dev
4444

45-
# Required to build the documentation
46-
sudo apt-get install -y \
47-
sphinx-common
48-
4945
# Required for code formatting
5046
# NOTE: clang-format-18 may only be found on specific distributions. Only
5147
# 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)