Repository: trafficserver Updated Branches: refs/heads/master 2a42c0ed8 -> ef2e4ba28
doc: disable doxygen build Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ef2e4ba2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ef2e4ba2 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ef2e4ba2 Branch: refs/heads/master Commit: ef2e4ba28fa3c64c81158694debe022855a00503 Parents: 2a42c0e Author: James Peach <[email protected]> Authored: Mon Nov 30 10:56:22 2015 -0800 Committer: James Peach <[email protected]> Committed: Mon Nov 30 10:56:22 2015 -0800 ---------------------------------------------------------------------- doc/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ef2e4ba2/doc/conf.py ---------------------------------------------------------------------- diff --git a/doc/conf.py b/doc/conf.py index ff98787..c34ad4f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,6 @@ from manpages import man_pages # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ - 'doxygen', 'sphinx.ext.graphviz', 'sphinx.ext.intersphinx', 'sphinx.ext.autodoc', @@ -57,6 +56,12 @@ extensions = [ 'traffic-server', ] +# XXX Disabling docxygen for now, since it make RTD documentation builds time +# out, eg. https://readthedocs.org/projects/trafficserver/builds/3525976/ +# extensions += [ +# 'doxygen', +# ] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']
