Skip to content

Commit

Permalink
Update RELEASE.md with advice RE version name & docs build env
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew authored Mar 1, 2024
1 parent e948eef commit 2cfcf7f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2cfcf7f

Please sign in to comment.