8000 allow .postn for readthedocsversion · python-control/python-control@f510092 · GitHub
[go: up one dir, main page]

Skip to content

Commit f510092

Browse files
committed
allow .postn for readthedocsversion
1 parent 18975c5 commit f510092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def linkcode_resolve(domain, info):
202202
linespec = ""
203203

204204
base_url = "https://github.com/python-control/python-control/blob/"
205-
if 'dev' in control.__version__ or 'post' in control.__version__:
205+
if 'dev' in control.__version__:
206206
return base_url + "main/control/%s%s" % (fn, linespec)
207207
else:
208208
return base_url + "%s/control/%s%s" % (

0 commit comments

Comments
 (0)
0