From 9253776f4c97a9e6bdafd717c9e7402a8aa3cbd3 Mon Sep 17 00:00:00 2001 From: oepen Date: Wed, 26 Oct 2011 10:45:23 +0000 Subject: [PATCH] Fix paths to doxylinkwq git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@571 96b47cad-a561-4643-ad3b-153ac7d7599c --- doc/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 558f2f9..1a34c1c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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']