doc: force sphinx extension to be used prior any others python extensions.

This commit is contained in:
Mathieu Virbel 2013-05-07 09:53:40 +02:00
parent 50e9b8b69c
commit 095c1c1f4c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import sys, os
# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
sys.path.append(os.path.abspath('sphinxext'))
sys.path.insert(0, os.path.abspath('sphinxext'))
# General configuration
# ---------------------