Skip to content

Commit

Permalink
add readthedocs config
Browse files Browse the repository at this point in the history
docs: update version
  • Loading branch information
MarvinKweyu committed Aug 17, 2024
1 parent c9ffc5f commit 88c90ff
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"


# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

formats:
- pdf
- epub
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
ColorDetect Changelog
=====================

.. _1.6.3:
1.6.3 (17-08-2024)
==================
Fix
---------

- Docs configuration for build



.. _1.6.2:
1.6.2 (15-08-2024)
==================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ColorDetect",
version="1.6.2",
version="1.6.3",
author="Marvin Kweyu",
author_email="mkweyu1@gmail.com",
description="Detect and recognize colors in images or video",
Expand Down

0 comments on commit 88c90ff

Please sign in to comment.