Fix paths to doxylinkwq

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@571 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
oepen
2011-10-26 10:45:23 +00:00
parent 89316506b6
commit 9253776f4c

View File

@@ -11,7 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os, breathe, doxylink
import sys, os, breathe
from sphinxcontrib.doxylink import doxylink
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -25,7 +26,7 @@ import sys, os, breathe, doxylink
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ["breathe", "doxylink"]
extensions = ["breathe", "sphinxcontrib.doxylink"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']