mirror of https://github.com/kivy/kivy.git
doc: force sphinx extension to be used prior any others python extensions.
This commit is contained in:
parent
50e9b8b69c
commit
095c1c1f4c
|
@ -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
|
||||
# ---------------------
|
||||
|
|
Loading…
Reference in New Issue