Skip to content

Commit 5f8ab50

Browse files
tbitcsoz-agent
andcommitted
docs: fix version refs, RTD URLs, add dev PyPI badge
- Update hardcoded 0.1.2 → 0.1.3 in docs - Change /en/develop/ → /en/latest/ (develop version deactivated) - Add separate stable + dev PyPI badges to README - RTD docs badge now points to stable version Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent ef99721 commit 5f8ab50

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# specsmith
22

33
[![CI](https://github.com/BitConcepts/specsmith/actions/workflows/ci.yml/badge.svg)](https://github.com/BitConcepts/specsmith/actions/workflows/ci.yml)
4-
[![Docs](https://readthedocs.org/projects/specsmith/badge/?version=latest)](https://specsmith.readthedocs.io/en/latest/)
5-
[![PyPI](https://img.shields.io/pypi/v/specsmith?style=flat&color=blue)](https://pypi.org/project/specsmith/)
4+
[![Docs](https://readthedocs.org/projects/specsmith/badge/?version=stable)](https://specsmith.readthedocs.io/en/stable/)
5+
[![PyPI Stable](https://img.shields.io/pypi/v/specsmith?label=stable&style=flat&color=blue)](https://pypi.org/project/specsmith/)
6+
[![PyPI Dev](https://img.shields.io/pypi/v/specsmith?include_prereleases&label=dev&style=flat&color=orange)](https://pypi.org/project/specsmith/#history)
67
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
78
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
89

docs/site/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ See [Doctor](doctor.md) for details.
161161

162162
```bash
163163
specsmith --version
164-
# specsmith, version 0.1.2
164+
# specsmith, version 0.1.3
165165
```

docs/site/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: cli-python # Required — one of 30 project types
1414
platforms: [windows, linux, macos] # Target platforms
1515
language: python # Primary language/runtime
1616
description: "Short description" # Optional project description
17-
spec_version: 0.1.2 # Spec version (auto-managed by upgrade)
17+
spec_version: 0.1.3 # Spec version (auto-managed by upgrade)
1818

1919
# VCS and branching
2020
vcs_platform: github # github, gitlab, bitbucket, or "" (none)

docs/site/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip install -e ".[dev]"
2020

2121
```bash
2222
specsmith --version
23-
# specsmith, version 0.1.2
23+
# specsmith, version 0.1.3
2424

2525
# Or via python module
2626
python -m specsmith --version

docs/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you run `specsmith init` or `specsmith import`, your project gets:
3030

3131
!!! note "Documentation Versions"
3232
**Stable:** [specsmith.readthedocs.io/en/stable/](https://specsmith.readthedocs.io/en/stable/) — matches `pip install specsmith`
33-
**Dev:** [specsmith.readthedocs.io/en/develop/](https://specsmith.readthedocs.io/en/develop/) — matches `pip install --pre specsmith`
33+
**Dev (latest):** [specsmith.readthedocs.io/en/latest/](https://specsmith.readthedocs.io/en/latest/) — matches `pip install --pre specsmith`
3434

3535
## Quick Start
3636

0 commit comments

Comments
 (0)