diff options
Diffstat (limited to 'doc/rst_source/conf.py')
-rw-r--r-- | doc/rst_source/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/rst_source/conf.py b/doc/rst_source/conf.py index a3d4e67538..21c225a1bf 100644 --- a/doc/rst_source/conf.py +++ b/doc/rst_source/conf.py @@ -27,7 +27,10 @@ import sys, os # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. #extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.doxylink'] extensions = ['sphinx.ext.autodoc'] - +#extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.doxylink'] +#doxylink = { +# 'krb5doxy' : ('path-to-doxygen-tag-file/krb5doxy.tag', 'location-of-doxygen-html-output/'), +#} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |