Skip to content

Commit 9bf2537

Browse files
a-faclaude
andcommitted
Show version on docs landing page and sidebar
Add |release| substitution to index.rst so the version is visible below the title. Explicitly enable display_version in RTD theme options. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 371b096 commit 9bf2537

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@
6262
'collapse_navigation': False,
6363
'navigation_depth': 4,
6464
'sticky_navigation': True,
65+
'display_version': True,
6566
}

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
ionique: Nanopore Signal Analysis
44
==================================
55

6+
.. |version| replace:: |release|
7+
8+
**Version**: |release|
9+
610
ionique is a Python framework for processing ionic current data from nanopore
711
experiments. It provides a unified workflow for loading raw traces, filtering
812
noise, detecting translocation events, and extracting features — all built

0 commit comments

Comments
 (0)