[cfe-commits] r171424 - /cfe/trunk/docs/conf.py
Jordan Rose
jordan_rose at apple.com
Wed Jan 2 14:57:33 PST 2013
Aack. Ted? What we have in docs/analyzer/ is very internals-y. Do we want this to be Sphinxified? And then, do we want to put it up anywhere on clang-analyzer.llvm.org?
On Jan 2, 2013, at 14:49 , Sean Silva <silvas at purdue.edu> wrote:
> Author: silvas
> Date: Wed Jan 2 16:48:50 2013
> New Revision: 171424
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171424&view=rev
> Log:
> Exclude docs/analyzer/ from the default Sphinx build.
>
> This paves the way for converting the analyzer docs to Sphinx (by
> setting up a nested Sphinx tree in this directory).
>
> Modified:
> cfe/trunk/docs/conf.py
>
> Modified: cfe/trunk/docs/conf.py
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/conf.py?rev=171424&r1=171423&r2=171424&view=diff
> ==============================================================================
> --- cfe/trunk/docs/conf.py (original)
> +++ cfe/trunk/docs/conf.py Wed Jan 2 16:48:50 2013
> @@ -64,7 +64,7 @@
>
> # List of patterns, relative to source directory, that match files and
> # directories to ignore when looking for source files.
> -exclude_patterns = ['_build']
> +exclude_patterns = ['_build', 'analyzer']
>
> # The reST default role (used for this markup: `text`) to use for all documents.
> #default_role = None
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list