Skip to content

Commit

Permalink
Merge 4f15a74 into 6051321
Browse files Browse the repository at this point in the history
  • Loading branch information
akmorrow13 committed Feb 15, 2018
2 parents 6051321 + 4f15a74 commit 998ff39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Expand Up @@ -15,6 +15,7 @@
import os
import inspect
import re
import imp
from datetime import datetime

# If extensions (or modules to document with autodoc) are in another directory,
Expand All @@ -23,9 +24,7 @@
sys.path.insert(0, os.path.abspath('../src'))

# This makes the modules located in docs/vendor available to import
sys.path.insert(0, os.path.abspath('./vendor'))
import sphinxcontrib.fulltoc

fulltoc = imp.load_source('sphinxcontrib.fulltoc', './vendor/sphinxcontrib/fulltoc.py')

def real_dir_name(p, n=1):
p = os.path.realpath(p)
Expand Down

0 comments on commit 998ff39

Please sign in to comment.