Skip to content

Commit

Permalink
Update deps (#137)
Browse files Browse the repository at this point in the history
* Update deps, update Python to 3.12, remove epub
  • Loading branch information
krystofkomanec authored Mar 28, 2024
1 parent 695bb59 commit 0ce9c8f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
format:
- html
- epub
- latex

steps:
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: pip
cache-dependency-path: |
**/requirements*.txt
Expand Down
6 changes: 4 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ version: 2
sphinx:
configuration: docs/conf.py

formats: all
formats:
- htmlzip
- pdf

build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"

python:
install:
Expand Down
83 changes: 41 additions & 42 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,51 @@
alabaster==0.7.13
apeye==1.4.0
apeye-core==1.1.4
autodocsumm==0.2.11
Babel==2.12.1
beautifulsoup4==4.12.2
CacheControl==0.13.1
certifi==2023.5.7
charset-normalizer==3.2.0
cssutils==2.7.1
dict2css==0.3.0
docutils==0.18.1
domdf-python-tools==3.6.1
filelock==3.12.2
furo==2023.5.20
alabaster==0.7.16
apeye==1.4.1
apeye-core==1.1.5
autodocsumm==0.2.12
Babel==2.14.0
beautifulsoup4==4.12.3
CacheControl==0.14.0
certifi==2024.2.2
charset-normalizer==3.3.2
cssutils==2.9.0
dict2css==0.3.0.post1
docutils==0.20.1
domdf-python-tools==3.8.0.post2
filelock==3.13.3
furo==2024.1.29
html5lib==1.1
idna==3.4
idna==3.6
imagesize==1.4.1
Jinja2==3.1.2
lockfile==0.12.2
MarkupSafe==2.1.3
msgpack==1.0.5
Jinja2==3.1.3
MarkupSafe==2.1.5
msgpack==1.0.8
natsort==8.4.0
packaging==23.1
platformdirs==3.9.1
Pygments==2.15.1
packaging==24.0
platformdirs==4.2.0
Pygments==2.17.2
requests==2.31.0
ruamel.yaml==0.17.32
ruamel.yaml.clib==0.2.7
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.4.1
Sphinx==7.0.1
sphinx-autodoc-typehints==1.23.3
soupsieve==2.5
Sphinx==7.2.6
sphinx-autodoc-typehints==2.0.0
sphinx-basic-ng==1.0.0b2
sphinx-jinja2-compat==0.2.0
sphinx-prompt==1.5.0
sphinx-reredirects==0.1.2
Sphinx-Substitution-Extensions==2022.2.16
sphinx-tabs==3.4.1
sphinx-toolbox==3.4.0
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinx-jinja2-compat==0.2.0.post1
sphinx-prompt==1.8.0
sphinx-reredirects==0.1.3
sphinx-substitution-extensions==2024.2.25
sphinx-tabs==3.4.5
sphinx-toolbox==3.5.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-youtube==1.2.0
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-youtube==1.4.1
tabulate==0.9.0
typing_extensions==4.7.1
urllib3==2.0.3
typing_extensions==4.10.0
urllib3==2.2.1
webencodings==0.5.1

0 comments on commit 0ce9c8f

Please sign in to comment.