Skip to content

Commit d36a2d2

Browse files
committed
Add regex for bitbucket https clone url
1 parent 162f12d commit d36a2d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/projects/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
re.compile('github.com:(.+)/(.+).git$'),
298298
]
299299
BITBUCKET_REGEXS = [
300+
re.compile('@bitbucket.org/(.+)/(.+)\.git$'),
300301
re.compile('bitbucket.org/(.+)/(.+)/'),
301302
re.compile('bitbucket.org/(.+)/(.+)'),
302303
re.compile('bitbucket.org:(.+)/(.+)\.git$'),

0 commit comments

Comments
 (0)