Skip to content

Commit

Permalink
[FIX] doc: undefined variable toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-e committed Oct 13, 2017
1 parent eba119b commit 25ac56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/_extensions/odoo_ext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
try:
from sphinx.environment.adapters import toctree
except ImportError:
pass
toctree = None

import sphinx.builders.html
from docutils import nodes
def setup(app):
Expand Down

0 comments on commit 25ac56e

Please sign in to comment.