From 76981d2037a5ca78d224fad01cb0306a844af5e4 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 10 Feb 2026 19:03:27 +0000 Subject: [PATCH] docs: refactor: shorter expansion of `:commit:` --- docs/changelog.rst | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fe32a69..0cddf5e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -258,7 +258,7 @@ Additional changelog: * |bugfix| systemd + ``ssh+stdinserver``: automatically create ``/var/run/zrepl/stdinserver`` * |bugfix| crash if Prometheus listening socket cannot be opened -* [MAINTAINER NOTICE] ``Makefile`` refactoring, see :commit:`080f2c0` +* [MAINTAINER NOTICE] ``Makefile`` refactoring, see commit :commit:`080f2c0` 0.2 --- @@ -288,7 +288,7 @@ Additional changelog: 0.1.1 ----- -* |bugfix| :issue:`162` :commit:`d6304f4` : fix I/O timeout errors on variable receive rate +* |bugfix| :issue:`162` commit :commit:`d6304f4` : fix I/O timeout errors on variable receive rate * A significant reduction or sudden stall of the receive rate (e.g. recv pool has other I/O to do) would cause a ``writev I/O timeout`` error after approximately ten seconds. diff --git a/docs/conf.py b/docs/conf.py index 4394a91..7b3474e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -182,6 +182,6 @@ extlinks = { 'issue':('https://github.com/zrepl/zrepl/issues/%s', 'issue #%s'), 'repomasterlink':('https://github.com/zrepl/zrepl/blob/master/%s', '%s'), 'sampleconf':('https://github.com/zrepl/zrepl/blob/master/internal/config/samples%s', 'internal/config/samples%s'), - 'commit':('https://github.com/zrepl/zrepl/commit/%s', 'commit %s'), + 'commit':('https://github.com/zrepl/zrepl/commit/%s', '%s'), }