diff options
author | Greg Hudson <ghudson@mit.edu> | 2012-03-28 02:03:33 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2012-03-28 02:03:33 +0000 |
commit | 34535574e95c1003ea63540fbf8c2c62fe155e02 (patch) | |
tree | f467f8ad38055c4dd32d186c10f9deac787599fb /doc/rst_source/conf.py | |
parent | 3baf23b396e8aa331a2abeaa72ade021ce960be1 (diff) | |
download | krb5-34535574e95c1003ea63540fbf8c2c62fe155e02.tar.gz krb5-34535574e95c1003ea63540fbf8c2c62fe155e02.tar.xz krb5-34535574e95c1003ea63540fbf8c2c62fe155e02.zip |
Automate RST HTML generation with doxygen info
In src/doc/Makefile.in, create an "rsthtml" target for generating
release tarball/web site HTML docs in doc/rst_html. For now,
eliminate support for the bridge to the Doxygen HTML output; just
generate XML output with Doxygen and convert it to RST format.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25791 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_source/conf.py')
-rw-r--r-- | doc/rst_source/conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/rst_source/conf.py b/doc/rst_source/conf.py index bcfe6451c3..c423e08e55 100644 --- a/doc/rst_source/conf.py +++ b/doc/rst_source/conf.py @@ -27,10 +27,6 @@ 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'] |