Skip to content

Commit

Permalink
Pinned dependency versions using requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent f7fbad5 commit 6fbd4cf
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx-book-theme
pip install sphinx_toolbox
pip install sphinxcontrib.youtube
pip install sphinx_new_tab_link
pip install sphinxcontrib.email
pip install -r docs/requirements.txt
- name: Build documentation
Expand Down
83 changes: 83 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
#
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via sphinx
docutils==0.21.2
# via
# pydata-sphinx-theme
# sphinx
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
# via
# accessible-pygments
# pydata-sphinx-theme
# sphinx
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.4.7
# via
# -r requirements.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
# via -r requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.2
# via requests


#
# MANUALLY ADDED FOR EXTENSIONS
#
sphinx_toolbox==3.7.0
sphinxcontrib.youtube==1.4.1
sphinx_new_tab_link==0.5.0
sphinxcontrib.email==0.3.6

0 comments on commit 6fbd4cf

Please sign in to comment.