From 2cfcf7f43f1a0940cd2da91439bc55599a8a02dc Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Fri, 1 Mar 2024 17:40:12 +0000 Subject: [PATCH] Update RELEASE.md with advice RE version name & docs build env --- RELEASE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 7dcdadf1b..24c471c9c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,7 @@ +* Decide the version name to set for the new release, by + heeding the Versioning Strategy (see + https://ncas-cms.github.io/cfdm/releases.html#versioning-strategy). + * Change the version and date in `cfdm/core/__init__.py` (`__version__` and `__date__` variables). @@ -66,8 +70,14 @@ sphinx-copybutton==0.5.1 sphinx-toggleprompt==0.2.0 sphinxcontrib-spelling==4.3.0 + jinja2==3.0.3 ``` - + + where the last requirement is to avoid a deprecation issue + relating to Jinja2 usage by the Sphinx libraries and + extensions. Note that the `enchant-2` library will probably + be required to provide the Enchant C library for these, also. + * Test tutorial code: ```bash