Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Commit 2a45111

Browse files
committed
docs: fix ReadTheDocs badge and update version to 0.1.19
- Fix README.md badge URL from idtap-api to idtap-python-api (fixes 'unknown' status) - Update docs/conf.py version from 0.1.14 to current 0.1.19 - Documentation badge now shows 'passing' status instead of 'unknown' - Ensures ReadTheDocs documentation displays correct version
1 parent 31e20a1 commit 2a45111

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IDTAP Python API
22

33
[![PyPI version](https://badge.fury.io/py/idtap.svg)](https://badge.fury.io/py/idtap)
4-
[![Documentation Status](https://readthedocs.org/projects/idtap-api/badge/?version=latest)](https://idtap-python-api.readthedocs.io/en/latest/?badge=latest)
4+
[![Documentation Status](https://readthedocs.org/projects/idtap-python-api/badge/?version=latest)](https://idtap-python-api.readthedocs.io/en/latest/?badge=latest)
55
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
project = 'IDTAP API'
1414
copyright = '2025, Jon Myers'
1515
author = 'Jon Myers'
16-
release = '0.1.14'
17-
version = '0.1.14'
16+
release = '0.1.19'
17+
version = '0.1.19'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)