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