From 392f75e9a4a0fb35b957501449c30017e96e3253 Mon Sep 17 00:00:00 2001
From: Roman Gorshunov <roman.gorshunov@att.com>
Date: Fri, 14 Sep 2018 23:37:24 +0200
Subject: [PATCH] Minor: docs location fix

Change-Id: Ifdb02451ee9feada4a18e8e67c1ac64a77efe973
---
 .dockerignore        | 4 ++--
 .gitignore           | 2 +-
 doc/source/index.rst | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.dockerignore b/.dockerignore
index 107dba14..91b27a54 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -67,8 +67,8 @@ instance/
 .scrapy
 
 # Sphinx documentation
-docs/_build/
-docs/*/_static/
+doc/_build/
+doc/*/_static/
 
 # PyBuilder
 target/
diff --git a/.gitignore b/.gitignore
index a0cebe82..0e6f49b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,7 +66,7 @@ instance/
 .scrapy
 
 # Sphinx documentation
-docs/_build/
+doc/_build/
 
 # PyBuilder
 target/
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4368657a..8b9bec97 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -38,6 +38,6 @@ Building this Documentation
 
 Use ``make docs`` or ``tox -e docs`` to generate these docs. This will and
 build an html version of this documentation that can be viewed using a browser
-at docs/build/index.html on the local filesystem.
+at doc/build/index.html on the local filesystem.
 
 .. _Airship: https://airshipit.org