Skip to content

Commit bf07371

Browse files
committed
Add :upcommit: extlink role
1 parent 52a7f2e commit bf07371

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/changes.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Version 0.6.1
66

77
To be released.
88

9-
- Follow up the libsass upstream: :commit:`3.0.1` --- See the `release note`__
10-
of Libsass.
9+
- Follow up the libsass upstream: :upcommit:`3.0.1` ---
10+
See the `release note`__ of Libsass.
1111

1212
__ https://github.com/sass/libsass/releases/tag/3.0.1
1313

@@ -21,7 +21,7 @@ Note that since libsass-python 0.6.0 (and libsass 3.0) it requires C++11
2121
to compile. It means you need GCC (G++) 4.8+, LLVM Clang 3.3+, or
2222
Visual Studio 2013+.
2323

24-
- Follow up the libsass upstream: :commit:`3.0` --- See the `release note`__
24+
- Follow up the libsass upstream: :upcommit:`3.0` --- See the `release note`__
2525
of Libsass.
2626

2727
- Decent extends support
@@ -67,8 +67,8 @@ Version 0.5.0
6767

6868
Released on June 6, 2014.
6969

70-
- Follow up the libsass upstream: :commit:`v2.0` --- See the `release note`__
71-
of Libsass.
70+
- Follow up the libsass upstream: :upcommit:`v2.0` ---
71+
See the `release note`__ of Libsass.
7272

7373
- Added indented syntax support (:file:`*.sass` files).
7474
- Added expanded selector support (BEM).
@@ -96,7 +96,7 @@ Unstable Version 0.4.2-20140528-cd3ee1cbe3
9696
Released on May 28, 2014.
9797

9898
- Follow up the libsass upstream:
99-
:commit:`cd3ee1cbe34d5316eb762a43127a3de9575454ee`.
99+
:upcommit:`cd3ee1cbe34d5316eb762a43127a3de9575454ee`.
100100

101101

102102
Version 0.4.2
@@ -156,7 +156,7 @@ Released on February 21, 2014.
156156
- Now builder creates target recursive subdirectories even if it doesn't
157157
exist yet, rather than siliently fails.
158158
[:issue:`8`, :issue:`9` by Philipp Volguine]
159-
- Merged recent changes from libsass v1.0.1: `57a2f62--v1.0.1`_.
159+
- Merged recent changes from libsass :upcommit:`v1.0.1`: `57a2f62--v1.0.1`_.
160160

161161
- Supports `variable arguments`_.
162162
- Supports sourcemaps.

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,5 +258,6 @@
258258
'issue': ('https://github.com/dahlia/libsass-python/issues/%s', '#'),
259259
'branch': ('https://github.com/dahlia/libsass-python/compare/master...%s',
260260
''),
261-
'commit': ('https://github.com/dahlia/libsass-python/commit/%s', '')
261+
'commit': ('https://github.com/dahlia/libsass-python/commit/%s', ''),
262+
'upcommit': ('https://github.com/sass/libsass/commit/%s', ''),
262263
}

0 commit comments

Comments
 (0)