allow .postn for readthedocsversion · python-control/python-control@f510092

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit f510092

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

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)