Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Setup EditorConfig Checker
uses: editorconfig-checker/action-editorconfig-checker@main
Expand All @@ -22,10 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
cache: pip
cache-dependency-path: |
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Check docs file naming
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: 3.12
cache: pip
Expand Down
47 changes: 24 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
accessible-pygments==0.0.5
alabaster==1.0.0
attrs==25.4.0
babel==2.17.0
beautifulsoup4==4.14.3
certifi==2026.1.4
charset-normalizer==3.4.4
deepmerge==2.0
attrs==26.1.0
babel==2.18.0
beautifulsoup4==4.15.0
certifi==2026.6.17
charset-normalizer==3.4.9
deepmerge==2.1.0
docutils==0.22.4
furo==2025.12.19
idna==3.11
imagesize==1.4.1
idna==3.18
imagesize==2.0.0
Jinja2==3.1.6
jsonschema==4.26.0
jsonschema-specifications==2025.9.1
latexcodec==3.0.1
MarkupSafe==3.0.3
mistune==3.2.0
packaging==26.0
mistune==3.3.3
packaging==26.2
picobox==4.0.0
pybtex==0.25.1
pybtex==0.26.1
pybtex-docutils==1.0.3
Pygments==2.19.2
Pygments==2.20.0
PyYAML==6.0.3
referencing==0.37.0
requests==2.32.5
requests==2.34.2
roman-numerals==4.1.0
rpds-py==0.30.0
six==1.17.0
snowballstemmer==3.0.1
soupsieve==2.8.3
rpds-py==2026.6.3
setuptools==83.0.0
snowballstemmer==3.1.1
soupsieve==2.8.4
Sphinx==9.1.0
sphinx-basic-ng==1.0.0b2
sphinx-copybutton==0.5.2
sphinx-togglebutton==0.3.2
sphinx-togglebutton==0.4.5
sphinx_mdinclude==0.6.2
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-bibtex==2.6.5
sphinxcontrib-bibtex==2.7.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-httpdomain==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-openapi==0.8.4
sphinxcontrib-openapi==0.9.0
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
typing_extensions==4.15.0
urllib3==2.6.3
typing_extensions==4.16.0
urllib3==2.7.0
wheel==0.47.0
Loading