Skip to content

Commit

Permalink
Fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Apr 4, 2024
1 parent b40d717 commit 65cfaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
@@ -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
27 changes: 1 addition & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 65cfaf9

Please sign in to comment.