📝 add mkdocs
This commit is contained in:
parent
c92a696852
commit
a8f0cd15df
36 changed files with 2656 additions and 261 deletions
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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue