add nonebot.typing docs

This commit is contained in:
yanyongyu
2020-08-19 20:29:37 +08:00
parent e523aa8d89
commit 5e3d1c76cc
11 changed files with 486 additions and 34 deletions

View File

@ -10,13 +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.join(os.path.abspath(os.path.dirname(os.path.dirname(__file__))),
# "nonebot"))
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 -----------------------------------------------------