Skip to content

Commit

Permalink
Merge 85ab157 into 406bfd4
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Mar 7, 2018
2 parents 406bfd4 + 85ab157 commit fd7bfbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Expand Up @@ -23,9 +23,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../src'))

# This makes the modules located in docs/vendor available to import
fulltoc = imp.load_source('sphinxcontrib.fulltoc', './vendor/sphinxcontrib/fulltoc.py')

def real_dir_name(p, n=1):
p = os.path.realpath(p)
for i in range(n):
Expand Down Expand Up @@ -54,7 +51,6 @@ def real_dir_name(p, n=1):
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinxcontrib.fulltoc',
]

intersphinx_mapping = {
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
@@ -1,2 +1 @@
sphinx==1.5.6
sphinxcontrib-fulltoc

0 comments on commit fd7bfbb

Please sign in to comment.