Open drxkk opened 4 years ago
Following scipy docs/source/config.py:
import scipy version = re.sub(r'.dev-.*$', r'.dev', scipy.version) release = scipy.version
Following scipy docs/source/config.py:
The default replacements for |version| and |release|, also used in various
other places throughout the built documents.
import scipy version = re.sub(r'.dev-.*$', r'.dev', scipy.version) release = scipy.version