Repository: trafficserver Updated Branches: refs/heads/master 6c6485fdc -> e10f6a5a9
TS-2832: Add highlighted source code to the Read the Docs output directory Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e10f6a5a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e10f6a5a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e10f6a5a Branch: refs/heads/master Commit: e10f6a5a924788eaf6eb9d9391570d42f49d7f09 Parents: 6c6485f Author: Jack Bates <[email protected]> Authored: Sat Aug 30 19:06:00 2014 -0700 Committer: Jack Bates <[email protected]> Committed: Sat Aug 30 19:06:00 2014 -0700 ---------------------------------------------------------------------- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e10f6a5a/doc/Doxyfile ---------------------------------------------------------------------- diff --git a/doc/Doxyfile b/doc/Doxyfile index 5c06516..70c9056 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -673,7 +673,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = api +HTML_OUTPUT = _build/html/api # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
