1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-25 21:23:02 +04:00
Files
Niels Lohmann a8f0cd15df 📝 add mkdocs
2020-05-24 13:03:04 +02:00

8 lines
187 B
Python

import shutil
import os.path
def copy_doxygen(*args, **kwargs):
shutil.copytree('../html', os.path.join(kwargs['config']['site_dir'], 'doxygen'))
print('Copy Doxygen complete')