We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87416b commit c322a91Copy full SHA for c322a91
doc/conf.py
@@ -678,7 +678,7 @@ def linkcode_resolve(domain, info):
678
# Sphinx setup
679
# -----------------------------------------------------------------------------
680
def setup(app):
681
- if any(st in version for st in ('post', 'alpha', 'beta')):
+ if any(st in version for st in ('post', 'dev', 'alpha', 'beta')):
682
bld_type = 'dev'
683
else:
684
bld_type = 'rel'
0 commit comments