Skip to content

Commit

Permalink
fix my conf.py mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mineinjava committed Feb 27, 2021
1 parent 68bc809 commit bee904c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added docs/_build/doctrees/FAQ.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../../..'))
sys.path.append('../discordSplash')



# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit bee904c

Please sign in to comment.