Skip to content

Commit

Permalink
[ADAM-1917] Delete dependency on fulltoc.
Browse files Browse the repository at this point in the history
Resolves #1917.
  • Loading branch information
Frank Austin Nothaft authored and heuermh committed Mar 7, 2018
1 parent 406bfd4 commit 9ea870c
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sphinx==1.5.6
sphinxcontrib-fulltoc

0 comments on commit 9ea870c

Please sign in to comment.