From 60d046c46983b8823f36a973b7196cddcf4a6be1 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sun, 15 Sep 2024 23:31:08 -0400 Subject: [PATCH] Added more hints about development. --- Development.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Development.md b/Development.md index e6ff1b44..c1c82c54 100644 --- a/Development.md +++ b/Development.md @@ -19,22 +19,28 @@ poetry env list ## Bump Version Number -```bash -poetry lock -poetry version patch -``` +1. Bump the version + + ```bash + poetry lock + poetry version patch + ``` + +1. Edit `CHANGES.rst` + +1. Edit `docs/poly.py` if the new version tag needs to be added to the list. -Edit `docs/poly.py` if the new version tag needs to be added to the list. +1. Modify nginx rule to route traffic to the latest version. ## Build Documentation -To build current version documentation: +Build current version documentation to find and fix issues: ```bash poetry run make html -C docs ``` -To build multiple versions documentation: +Build multiple versions documentation for deployment: ```bash poetry run sphinx-polyversion docs/poly.py