From 65cfaf974c82cb1d235bdc78da7f7300b83184be Mon Sep 17 00:00:00 2001 From: Kayce Basques Date: Wed, 3 Apr 2024 22:36:19 -0700 Subject: [PATCH] Fix bootstrap --- bootstrap.sh | 2 +- requirements.txt | 27 +-------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index e9dddbd..b0fc69c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ python3 -m venv venv source venv/bin/activate python3 -m pip install -r requirements.txt -sudo apt install python3-sphinx +deactivate diff --git a/requirements.txt b/requirements.txt index a5bb937..6ed07d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1 @@ -alabaster==0.7.13 -Babel==2.12.1 -certifi==2022.12.7 -charset-normalizer==3.1.0 -docutils==0.19 -idna==3.4 -imagesize==1.4.1 -Jinja2==3.1.2 -markdown-it-py==2.2.0 -MarkupSafe==2.1.2 -mdit-py-plugins==0.3.5 -mdurl==0.1.2 -myst-parser==1.0.0 -packaging==23.0 -Pygments==2.14.0 -PyYAML==6.0 -requests==2.28.2 -snowballstemmer==2.2.0 -Sphinx==6.1.3 -sphinxcontrib-applehelp==1.0.4 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==2.0.1 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.5 -urllib3==1.26.15 +Sphinx==7.2.6