From e2b8b108d3db8a29a30def7dac70607c67cdc28c Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 25 Jan 2018 09:54:38 -0800 Subject: [PATCH] Fix precedent listing to include 'defaults' path Change-Id: I6a77f5f5524b9fc98f17d72cd59cb5c72e34efcb Signed-off-by: Trevor Bramwell --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dcff0c2..f7c3015 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ Configuration precedence for configuration is as follows: #. project/conf.py #. project/conf.yaml -#. docs_conf/{project_cfg}.yaml -#. docs_conf/default.yaml +#. docs_conf/defaults/{project_cfg}.yaml +#. docs_conf/defaults/default.yaml #. docs_conf/__init__.py conf.py structure and documentation: -- 2.16.6