From 6ae1ddaf421624e7eca83edf94ad32f6deb21bb5 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 7 Jul 2015 16:40:24 -0700 Subject: [PATCH] Add docs for file patterns --- docs/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index e50bc5e..6de4dcc 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -24,6 +24,12 @@ Configuration Options You can see the existing files in the `autoapi/templates`_ directory. +.. confval:: autoapi_file_patterns + + Default: ``Varies by Language`` + + A list containing the file patterns to look for when generating documentation. Python for example is ``['*.py']``. + Customization Options ---------------------