Skip to content

Commit 051fcf8

Browse files
committed
Update Changelog and revert Sphinx build to use nox
1 parent 3c68b56 commit 051fcf8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
2020
# Set fetch-depth: 0 to fetch all history for all branches and tags.
2121
fetch-depth: 0 # Needed for setuptools_scm to work correctly
22-
- run: pip install --upgrade pip
23-
- run: pip install -r docs/requirements.txt
24-
- run: sphinx-build -c docs . docs/_build/html
22+
- run: pip install --upgrade pip setuptools setuptools-scm nox
23+
- run: python -m nox --non-interactive --session docs

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.5.0 (TBD)
1+
## 2.5.0 (October 22, 2024)
22
* Breaking Change
33
* `cmd2` 2.5 supports Python 3.8+ (removed support for Python 3.6 and 3.7)
44
* Bug Fixes
@@ -12,7 +12,7 @@
1212
* Removed dependency on `attrs` and replaced with [dataclasses](https://docs.python.org/3/library/dataclasses.html)
1313
* add `allow_clipboard` initialization parameter and attribute to disable ability to
1414
add output to the operating system clipboard
15-
* Updated unit tests to be Python 3.12 compliant.
15+
* Updated unit tests to be Python 3.13 compliant.
1616
* Fall back to bz2 compression of history file when lzma is not installed.
1717
* Added settable called `scripts_add_to_history` which determines whether scripts and pyscripts
1818
add commands to history.

0 commit comments

Comments
 (0)