Fix precedent listing to include 'defaults' path 32/8532/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 25 Jan 2018 17:54:38 +0000 (09:54 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 25 Jan 2018 17:54:38 +0000 (09:54 -0800)
Change-Id: I6a77f5f5524b9fc98f17d72cd59cb5c72e34efcb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
README.rst

index dcff0c2..f7c3015 100644 (file)
@@ -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: