sophia/docs/python/hooks.py

5 lines
82 B
Python

import shutil
def pre_build(**kwargs):
shutil.copy('./CHANGELOG.md', './docs')