mirror of
https://github.com/nlohmann/json.git
synced 2025-07-04 19:22:28 +03:00
📝 add mkdocs
This commit is contained in:
7
doc/mkdocs/docs/hooks.py
Normal file
7
doc/mkdocs/docs/hooks.py
Normal file
@ -0,0 +1,7 @@
|
||||
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')
|
Reference in New Issue
Block a user