72 Commits

Author SHA1 Message Date
tsteven4
a8e5bec377 fix mypy configuration
correct spelling of types-requests for mypy.

add missing dependency for mypy to fix:
mypy: commands[0]> mypy --html-report build/mypy aqt
You must install the lxml package before you can run mypy with `--html-report`.
2025-12-15 07:09:25 -07:00
Hiroshi Miura
baaa90e0cc chore(tox): Migrate to Tox 4 configuration format
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2025-12-14 12:19:50 +09:00
xavier2k6
44393832f3 Explicitly use python 3.13 (#891)
Some checks failed
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Co-authored-by: Hiroshi Miura <miurahr@linux.com>
2025-03-16 22:05:41 +09:00
Hiroshi Miura
7917b2d725 Merge pull request #875 from miurahr/topic/miurahr/migrate-to-patch-ng
Some checks failed
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
chore: migrate to patch_ng
2025-01-06 16:06:50 +09:00
Alexandre Poumaroux
a09b5cee28 Fix WASM (#846)
* Rewrite WASM support

* Add WASM tests to CI, update CI to test more the latest versions, add auto EMSDK version detection function

* Fix some mistakes, typos, moved emsdk version function into BuildJob

* Fix issue related to extensions interfering with wasm on 6.8+

* Fix tests

* Remove dep on Version in CI

* Remove safety before patch

* handle cases where extensions don't exist.

for example with windows desktop 6.8.1 win64_msvc2022_arm64_cross_compiled
both qtwebengine and qtpdf don't exist.

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* for --long-modules assume extension doesn't exist on download error.

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* for --modules assume extension doesn't exist for download failures.

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* reformat with black

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* fix flake8 regression that doesn't occur locally.

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* Fix autodesktop by also updating the OS when searching for a valid desktop version to download

* Fix extension issue, reduce the possible retry for getting extensions to prevent server spam

* Fix CI asking for msvc2019 on 6.8+ but its no longer supported

* Make CI use C++20 and MSVC2022

* Fix linux build

* Update runners to windows-2022

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* Fix patching

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* Add back the semantic version changes to prevent crashes, add tests for it

* Update checks

* Cast 'https://mirrors.ustc.edu.cn' to the shadow realm

* Again

* Update settings.ini

* Update settings.ini

* Update settings.ini

* Remove one_rep on silent

* Update settings.ini

* Restore master settings, remove hash check

* ci: Use specific mirror

Attempt to work around download errors in Azure due to Qt's official download site often redirecting to mirrors to which the network connection is unstable

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* Re enable hash checking

* Treat read timeout error during download as connection error

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>

* Add test for modules in WASM with autodesktop

* Fix format

* Fix test

* Make '--autodesktop' trigger its own install process, and test it

* Fix older autodesktop tests

* Add mock update files for 680 wasm, add test for wasm 680 autodesktop

* Passes the additional tests

* Fix format

* Improve coverage, fix format

* Fix tests and improve logging or install

* Fix format

* Fix regression in other tests

* Use flavor

* Fix line len

* Fix codeql

* Fix list-qt for WASM arch on 6.5.x and 6.6.x, restore to original download URL

* Fix test error

* Revert ci settings URL as it is never used by clients, only in CI

* Add comment for clarity in ci/settings.ini

---------

Signed-off-by: Alexandre 'Kidev' Poumaroux <1204936+Kidev@users.noreply.github.com>
Co-authored-by: tsteven4 <13596209+tsteven4@users.noreply.github.com>
Co-authored-by: J.D. Purcell <jdpurcell@gmail.com>
2025-01-06 15:35:40 +09:00
Hiroshi Miura
02e8c0d08a chore: migrate to patch_ng
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2025-01-04 23:36:43 +09:00
tsteven4
3f2f59d488 appease mypy Version no-untyped-call (#864)
* appease mypy Version no-untyped-call

Without the type hint we get:
error: Call to untyped function "Version" in typed
context  [no-untyped-call]

Note that our Version is derived from semantic_version, which
doesn't have type hints.

* mark class definition __init__ functions -> None.

This prevents reviewdog from generating an no-untyped-call warning
when a new instance of the class is created.  This behavior is
a time bomb.  reviewdog flags the warning at the line the new instance
was added, which is within the scope of the diffs, but the problem lies
elsewhere, in the class definition.

* fix mypy import-untyped error.
2024-12-21 10:02:21 +09:00
Hiroshi Miura
19ba751656 chore: relax dependency py7zr >=0.22.0
Some checks are pending
Check tox tests / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Waiting to run
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Waiting to run
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Waiting to run
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-12-19 17:57:20 +09:00
Hiroshi Miura
7cb9dbc4b3 chore: add pylint configration on pyproject.toml
and drop CI check with pylint

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-12-19 09:42:00 +09:00
Hiroshi Miura
fa497729dd chore/ci: setup reviewdog (#835)
Some checks failed
Check tox tests, lint and types / Check packaging 📦 (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Publish Python 🐍 distributions 📦 to PyPI / Build and publish Python 🐍 distributions 📦 to PyPI (push) Waiting to run
Test on GH actions environment / test (binary, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.12, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.12, 6.7.3) (push) Has been cancelled
* chore/ci: setup reviewdog

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore/ci: apply reviewdog to mypy and check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore/ci: set REVIEWDOG_GITHUB_API_TOKEN

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore/ci: use --fail-level=error for reviewdog

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore/ci: update tox config

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: update lint checks with reviewdog

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: checkout with lfs

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: fix missing file

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: remove unused token

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore: install linter

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

---------

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-12-17 21:46:25 +09:00
Hiroshi Miura
bdf8b4b1f9 chore(ci): bump target qt versions: 6.5.x, 6.6.x, 6.7.x and 6.8.0 (#822)
* chore(ci): bump target qt versions

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): use install-qt subcommand

- Drop backward compat check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): fix qmake query checks

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): fix mingw targets

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): add target 6.8.0 and drop use of python3.9

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): add expectation for Qt 6.8

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): drop tox test from install-qt check

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): fix expectation for windows/android qt 6.6

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci):  wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci):  wip

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): add taget Qt 6.7.3

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): bump actions/setup-python@v5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: drop test target Qt5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: update triggers

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: disable Linux_ARM64

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: replace list with list-qt

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* chore(ci): azure-pipelines: no build check if list-qt

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

---------

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-10-06 08:40:49 +09:00
Hiroshi Miura
1307eb14ba chore: drop python3.8 support and add 3.13
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-09-29 10:34:24 +09:00
Hiroshi Miura
74963f9d87 fix: remove unused json
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-08-04 21:32:53 +09:00
Hiroshi Miura
b629c84943 Drop support for Python 3.7 (#741)
- Minimum required python version to be 3.8.10, a last version which got regular bug fixes.
- tox: drop 3.7 and add 3.12
- Next aqtinstall release will be version 3.2.0

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-05-04 16:21:01 +09:00
Hiroshi Miura
79a991146c Revert "chore: update release binary build"
This reverts commit 930eb2b598.
2024-05-04 14:40:38 +09:00
Hiroshi Miura
930eb2b598 chore: update release binary build
- Bump python@3.12
- use macos-13 from macos-latest

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2024-04-28 01:18:15 +09:00
dependabot[bot]
4a252a5ec4 Update flake8 requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.0.0
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-05 20:14:07 +00:00
Hiroshi Miura
838afc68ee Merge pull request #726 from miurahr/topic/miurahr/bump-flake-isort-6
chore: Bump flake8,flake8-isort
2023-11-06 11:24:35 +09:00
Hiroshi Miura
c77850f2d1 Merge pull request #725 from miurahr/topic/miurahr/test/introduce-debug-extras
chore(test): introduce debug extras
2023-11-06 08:03:28 +09:00
Hiroshi Miura
86fc9478d5 chore: Bump flake8,flake8-isort
- flake8@6.0.0 and later
- flake8-isort@6.0.0 and later

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-11-06 08:01:17 +09:00
Hiroshi Miura
349a75f67b security: CVE-2023-32681: bump requests@2.31.0
- Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

Details at [Github Advisory](https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q)

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-11-03 12:12:22 +09:00
Hiroshi Miura
b1479ec10f chore(test): introduce debug extras
- bump pytest-remotedata@0.4.1
- move pytest-leaks as debug extra
- set extras with debug for py39d,mprof,fil debug/profile configuration of tox

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-11-03 12:09:00 +09:00
Hiroshi Miura
54edb874e5 Merge branch 'master' into topic/miurahr/readthedocs/remove-deprecated-configuration 2023-09-18 06:50:01 +09:00
Hiroshi Miura
7b1310f644 chore: update sphinx dependencies
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-09-17 00:04:07 +09:00
Dave Dalcino
4f3ddc551f Attempt to fix failing documentation builds
There's a version resolution issue with sphinx and sphinx_rtd_theme;
sphinx_rtd_theme just added support for sphinx 7 last week.
For some reason, recent docs builds are installing sphinx<2 and
sphinx_rtd_theme<0.5, and then installing and running sphinx 7.2.3 and
running it with sphinx_rtd_theme 0.4.3.

Hopefully, requesting newer versions in the pyproject.toml file will
fix this.

Failing build that pairs sphinx 7 with sphinx_rtd_theme 0.4.3:
https://readthedocs.org/projects/aqtinstall/builds/21735283/
2023-08-27 16:42:44 -07:00
Hiroshi Miura
c8efcfc5a5 fix: exception when target path is relative
- Bump py7zr@0.20.6
  it includes the fix: allow specify target path in relative path

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-08-05 09:42:14 +09:00
Hiroshi Miura
7e453d3aef Update pyproject.toml
Limit pytest-remotedata~=0.3.3

Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com>
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2023-01-15 10:53:56 +09:00
Hiroshi Miura
bb408ea10b Update tox.ini config
tox 4 accept comma separate value or array for pass_env, and raise error for space separate values
2023-01-09 00:39:40 +09:00
Hiroshi Miura
e6c32f3952 Update pyproject.toml 2022-12-05 13:04:53 +09:00
dependabot[bot]
ca691478b8 Update flake8-isort requirement from <5.0.0,>=4.2.0 to >=4.2.0,<6.0.0
Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](https://github.com/gforcada/flake8-isort/compare/4.2.0...5.0.3)

---
updated-dependencies:
- dependency-name: flake8-isort
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 20:02:13 +00:00
Dave Dalcino
81eebde168 Adjust against mypy type errors 2022-11-20 15:20:27 +09:00
Hiroshi Miura
a5bc8a688f Github Actions: Update CI condition
- check mypy and lint tool on python 3.9
- Install check on python 3.10
- Publish to pypi on python 3.10
- Tox test on python 3.8, 3.10, 3.11

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-20 15:20:27 +09:00
Hiroshi Miura
88e932cc96 Add mypy test to tox
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-20 15:20:27 +09:00
Hiroshi Miura
e232e7d377 Update MANIFEST.in
and update dependency with comment

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-20 11:02:15 +09:00
Hiroshi Miura
166c89065a Drop support for python 3.6
- Update manual to say minimum version is 3.7.5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-17 10:43:50 +09:00
Hiroshi Miura
ce3d28ec96 Merge pull request #606 from miurahr/topic/miurahr/setuptools/drop-setup-cfg
All build configurations on pyproject.toml
2022-11-03 10:41:34 +09:00
Hiroshi Miura
ae04d25993 Update project metadata: changelog link
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-03 10:16:44 +09:00
Hiroshi Miura
b65226051b All build configurations on pyproject.toml
Drop setup.cfg

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-03 10:10:03 +09:00
dependabot[bot]
56394b5336 Update flake8 requirement from <5 to <6
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/0.1...5.0.4)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 11:21:49 +00:00
Hiroshi Miura
c4a03107ae Bump flake8-isort@>=4.2.0
flake8-isort 4.2.0 supports flake8 version 5

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-02 20:09:39 +09:00
Hiroshi Miura
c1899e8a9e Bump py7zr@0.20.2 2022-11-02 16:34:09 +09:00
Hiroshi Miura
998b93e043 Bump py7zr@0.20.1 [security]
- py7zr is updated for security
   - avoid traversal path and symlink attack

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-11-01 17:22:35 +09:00
Hiroshi Miura
37c4f70665 Standalone binary built with PyInstaller
- Call PyInstaller directly from builder script
  - Drop depenency to gravitybee
- Change artifact path `dist/` on ci, test and upload scripts
- Move standalone builder python script in `tools`
  - Also add pseudo launcher script in `tools` for PyInstaller
- Actions: Update binary build and release scripts
  - Binary is built on venv that is removed after built
  - Support not only Windows but also linux/mac
  - Built on powershell on Windows, bash on others
- Clean up duplicated configurations on setup.cfg
  - Leaves `entry_points` and `package_data` options

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-10-29 12:04:09 +09:00
Hiroshi Miura
d3c24d8387 CI: bump target python version to 3.9 (#575)
* CI: bump target python version to 3.9

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-09-30 08:35:06 +09:00
Dave Dalcino
f407cfe37b Implementation for aqt list-qt --long-modules 2022-08-08 17:49:05 -07:00
Dave Dalcino
8980a62056 Prevent use of flake8 v 5.0.0
flake8 5.0.0 was released today, and now it is incompatibile with
flake8-isort. This is a workaround to prevent this issue.
2022-07-30 18:32:08 -07:00
Dave Dalcino
056fd3fc2a Add pytest-timeout
Pytest complains that 'timeout' is not a valid key. Adding the
'pytest-timeout' package fixes that.
2022-07-30 18:29:15 -07:00
Dave Dalcino
fcff6da81d Fix tox warnings
Tox complains about the 'entry-points' entry in pyproject.toml being
dynamic when it is not marked as such. This fixes that
2022-07-30 18:15:15 -07:00
Hiroshi Miura
5ae21ea160 Remove metadata from setup.py
- Remove metadata from setup.py
- Split flake8 section into .flake8 from setup.cfg
- tox: set isolated_build=true

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-06-05 13:31:18 +09:00
Hiroshi Miura
ce1c15bffb Bump sphinx@5.0
Update conf.py for the fix.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2022-06-01 16:14:40 +09:00