8000 DOC: Treat 'dev' in version as development · matplotlib/matplotlib@c322a91 · GitHub
[go: up one dir, main page]

Skip to content

Commit c322a91

Browse files
QuLogictacaswell
andauthored
DOC: Treat 'dev' in version as development
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
1 parent e87416b commit c322a91

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
@@ -678,7 +678,7 @@ def linkcode_resolve(domain, info):
678678
# Sphinx setup
679679
# -----------------------------------------------------------------------------
680680
def setup(app):
681-
if any(st in version for st in ('post', 'alpha', 'beta')):
681+
if any(st in version for st in ('post', 'dev', 'alpha', 'beta')):
682682
bld_type = 'dev'
683683
else:
684684
bld_type = 'rel'

0 commit comments

Comments
 (0)
0