Skip to content

Commit db79dc6

Browse files
committed
Documentation: Add note about “Read the Docs”
1 parent 243ce09 commit db79dc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/sphinx/development.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ to `pyproject.toml`. The value besides `log_cli_level` is the minimum level of l
5757

5858
2. Make sure all [workflows of the CI system work correctly](https://github.com/MyTooliT/ICOtest/actions)
5959

60-
3. Release a new version on [PyPI](https://pypi.org/project/icotest/):
60+
3. Check that the most recent [“Read the Docs” build of the documentation ran successfully](https://app.readthedocs.org/projects/icotest/)
61+
62+
4. Release a new version on [PyPI](https://pypi.org/project/icotest/):
6163
1. Increase version number
6264
2. Add git tag containing version number
6365
3. Push changes
@@ -70,7 +72,7 @@ to `pyproject.toml`. The value besides `log_cli_level` is the minimum level of l
7072
git push && git push --tags
7173
```
7274

73-
4. Open the [release notes](https://github.com/MyTooliT/ICOtest/tree/main/doc/release) for the latest version and [create a new release](https://github.com/MyTooliT/ICOtest/releases/new)
75+
5. Open the [release notes](https://github.com/MyTooliT/ICOtest/tree/main/doc/release) for the latest version and [create a new release](https://github.com/MyTooliT/ICOtest/releases/new)
7476
1. Paste them into the main text of the release web page
7577
2. Insert the version number into the tag field
7678
3. For the release title use “Version <VERSION>”, where `<VERSION>` specifies the version number (e.g. “Version 0.2”)

0 commit comments

Comments
 (0)