Skip to content

Commit

Permalink
Merge pull request #54 from Kitware/update-to-v0.20.1
Browse files Browse the repository at this point in the history
Update to v0.20.1
  • Loading branch information
bjrichardwebster authored Nov 28, 2023
2 parents 7b5c5f3 + f9bae54 commit 597664e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/readthedocs-reqs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SMQTK-Detection specific documentation depedencies
sphinx-argparse==0.2.5
sphinx-prompt==1.3.0
sphinx-rtd-theme==1.2.2
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Release Notes
release_notes/v0.18.1
release_notes/v0.19.0
release_notes/v0.20.0
release_notes/v0.20.1
10 changes: 10 additions & 0 deletions docs/release_notes/v0.20.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v0.20.1
=======

Updates / New Features
----------------------

Fixes
-----

* Fixed missing readthedocs url in pyproject.toml.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "smqtk-detection"
version = "0.20.0"
version = "0.20.1"
description = "Algorithms, data structures and utilities around performing detection of inputs"
license = "BSD-3-Clause"
authors = ["Kitware, Inc. <[email protected]>"]
readme = "README.md"
repository = "https://github.com/Kitware/SMQTK-Detection"
documentation = ""
documentation = "https://smqtk-detection.readthedocs.io/"
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down
8 changes: 7 additions & 1 deletion readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
version: 2
formats:
- pdf
build:
os: ubuntu-22.04
tools:
python: "3.8"

python:
version: 3.8
install:
- requirements: docs/readthedocs-reqs.txt
- method: pip
path: .

sphinx:
builder: html
configuration: docs/conf.py

0 comments on commit 597664e

Please sign in to comment.