Skip to content

Commit e9ea575

Browse files
committed
increase sphinx version to >= 7.2.0
- fix #75 - avoids error of missing ast.Str in Python 3.14 - verified that 7.2.0 builds the docs
1 parent 04d199f commit e9ea575

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The rules for this file:
1919
## [Unreleased]
2020

2121
### Authors
22-
IAlibay
22+
- IAlibay
23+
- orbeckst
2324

2425
### Reviewers
2526
<!-- GitHub usernames of reviewers of this release -->
@@ -31,6 +32,7 @@ IAlibay
3132
<!-- Bug fixes -->
3233

3334
### Changed
35+
- Bumped minimum required sphinx to 7.2.0 (#75, PR #100)
3436
- Modernized packaging to be PEP518 compliant.
3537

3638
### Removed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- pandoc
1919
- wheel
2020
- sphinx-autobuild
21-
- sphinx>=6.2.1
21+
- sphinx>=7.2.0
2222
- sphinx_rtd_theme
2323

2424
- mdanalysis

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ readme = {file = "README.md", content-type = "text/markdown"}
3636
requires-python = ">=3.9"
3737
dependencies = [
3838
"sphinx_rtd_theme>=1.3",
39-
"sphinx>=6.2.1",
39+
"sphinx>=7.2.0",
4040
"beautifulsoup4",
4141
"python-slugify[unidecode]",
4242
"css_html_js_minify",

0 commit comments

Comments
 (0)