Skip to content

Commit

Permalink
[V3 Docs] Reformatted conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
retke committed May 26, 2018
1 parent 09ba79e commit 14b0ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))

sys.path.insert(0, os.path.abspath(".."))


# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -182,4 +183,3 @@
"discord": ("https://discordpy.readthedocs.io/en/rewrite/", None),
"redbot": ("https://red-discordbot.readthedocs.io/en/v3-develop/", None),
}

0 comments on commit 14b0ac9

Please sign in to comment.