Skip to content

Commit

Permalink
Added more hints about development.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 16, 2024
1 parent 654bbc7 commit 60d046c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60d046c

Please sign in to comment.