-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kayce Basques
committed
Apr 4, 2024
1 parent
b40d717
commit 65cfaf9
Showing
2 changed files
with
2 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |