How to use the mknotebooks._version.VersioneerConfig function in mknotebooks

To help you get started, we’ve selected a few mknotebooks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github greenape / mknotebooks / mknotebooks / _version.py View on Github external
def get_config():
    """Create, populate and return the VersioneerConfig() object."""
    # these strings are filled in when 'setup.py versioneer' creates
    # _version.py
    cfg = VersioneerConfig()
    cfg.VCS = "git"
    cfg.style = "pep440"
    cfg.tag_prefix = ""
    cfg.parentdir_prefix = ""
    cfg.versionfile_source = "mknotebooks/_version.py"
    cfg.verbose = False
    return cfg

mknotebooks

Plugin for mkdocs to generate markdown documents from jupyter notebooks.

MIT
Latest version published 9 months ago

Package Health Score

59 / 100
Full package analysis