Skip to content

Commit f170362

Browse files
authored
chore(docs): ⬆️ upgrade Sphinx and related dependencies to latest versions (#3067)
* ⬆️ chore(docs): upgrade Sphinx and related dependencies to latest versions * ➖ Remove sphinxcontrib_trio dependency * ➕ Add back sphinxcontrib_trio because it got updated * 📝 CHANGELOG.md
1 parent 9d7e7f6 commit f170362

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ These changes are available on the `master` branch, but have not yet been releas
2121

2222
- Updated `Role.is_assignable()` to also check whether the bot has the `MANAGE_ROLES`
2323
permission. ([#3048](https://github.com/Pycord-Development/pycord/pull/3048))
24+
- Updated the docs' Sphinx version to v9.
25+
([#3067](https://github.com/Pycord-Development/pycord/pull/3067))
2426

2527
### Fixed
2628

requirements/docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
sphinx==8.2.3
2-
sphinxcontrib_trio==1.1.2
1+
sphinx==9.1.0
2+
sphinxcontrib_trio==1.2.0
33
sphinxcontrib-websupport==2.0.0
44
myst-parser[linkify]==5.0.0
55
sphinxext-opengraph==0.13.0
66
sphinx-copybutton==0.5.2
7-
furo==2024.8.6
8-
sphinx-autodoc-typehints==3.5.2
7+
furo==2025.12.19
8+
sphinx-autodoc-typehints==3.6.2
99
sphinx-intl==2.3.2
1010
typing_extensions==4.15.0
1111
levenshtein==0.27.3

0 commit comments

Comments
 (0)