Skip to content

Commit

Permalink
update rtd config file format
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermax committed Jul 23, 2022
1 parent b0d67a6 commit 79bbf99
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2

build:
os: ubuntu-20.04
tools:
python: "3.7"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: requirements-rtd.txt
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.8-slim as base
FROM python:3.7.13-slim as base

WORKDIR /work

Expand Down
9 changes: 7 additions & 2 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ Release process

Hiku supports semver versioning.

#. Update the version number in the `hiku/__init__.py`` file.
#. Update the version number in the ``hiku/__init__.py`` file.
#. Update the changelog in the `docs/changelog/changes_0X.rst` file.
#. Merge changes into master.
#. Create annotated tag. This will trigger a new release action on GitHub and publish new package to `pypi`.
#. Run `lets release <version> -m 'your release message'`. This will create and push annotated tag. When new tag pushed, new release action on GitHub will publish new package to `pypi`.

Documentation release
~~~~~~~~~~~~~~~~~~~~~

Documentation released on new commits in master.
6 changes: 0 additions & 6 deletions readthedocs.yml

This file was deleted.

0 comments on commit 79bbf99

Please sign in to comment.