do some changes to vuepress docs

This commit is contained in:
yanyongyu
2020-08-23 17:03:59 +08:00
parent 599844d3ca
commit 93e06ec266
14 changed files with 183 additions and 54 deletions

View File

@ -10,9 +10,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.dirname(__file__))))
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.dirname(__file__))))
# -- Project information -----------------------------------------------------