Skip to content

Commit

Permalink
Merge pull request #1135 from DelazJ/simplifyWebsiteREQ
Browse files Browse the repository at this point in the history
Simplify and sort packages we rely on
  • Loading branch information
rduivenvoorde committed Jan 17, 2024
2 parents 05b81e3 + 9cabea2 commit 66fc35f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Checking out the code πŸ›’
with:
fetch-depth: 1
- name: Set up Python 3.7 🐍
- name: Set up Python 3.10 🐍
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: '3.10'
- name: Install dependencies πŸ‘¨β€πŸ‘©β€πŸ‘¦
run: |
python -m pip install --upgrade pip
Expand Down
13 changes: 6 additions & 7 deletions REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Sphinx==4.5
sphinx-intl==2.0.1
icalendar
PyYAML
sphinx_rtd_theme
pdflatex
sphinxext-rediraffe
sphinx_togglebutton
pyYAML
requests==2.25.1
Sphinx==7.2.6
sphinx_copybutton

sphinx-intl
sphinx_rtd_theme
sphinx_togglebutton
sphinxext-rediraffe

0 comments on commit 66fc35f

Please sign in to comment.