sphinx_gmt.gmtplot.md5

sphinx_gmt.gmtplot.md5(data=b'', **kwargs)[source]

Wrapper around hashlib.md5

Attempt call with ‘usedforsecurity=False’ if we get a ValueError, which happens when OpenSSL FIPS mode is enabled: ValueError: error:060800A3:digital envelope routines:EVP_DigestInit_ex:disabled for fips

See: https://github.com/sphinx-doc/sphinx/issues/7611