Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afd5dcc

Browse files
committed
DOC: don't count rc tags as 'dev'
1 parent 416e5ed commit afd5dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def _check_dependencies():
355355

356356

357357
def setup(app):
358-
if any(st in version for st in ('post', 'rc', 'alpha', 'beta')):
358+
if any(st in version for st in ('post', 'alpha', 'beta')):
359359
bld_type = 'dev'
360360
else:
361361
bld_type = 'rel'

0 commit comments

Comments
 (0)