Added README file for sphinx-build.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24992
dc483132-0cff-0310-8789-
dd5450dbe970
--- /dev/null
+To build the documentation as HTML pages run:
+
+sphinx-build source_dir destination_dir
+
+where
+source_dir is the source directory which includes configuration file conf.py and all source files;
+destination_dir is the directory for the built documentation.
+
+Once completed, the newly generated HTML documentation can be viewed from the browser by pointing to destination_dir/index.html
+
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
#extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.doxylink']
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.autodoc']
# Add any paths that contain templates here, relative to this directory.