Rename docs dir to doc for publishing
The publishing docs expect the documentation to be present in the /doc directory not the /docs directory. If the documentation is in the /docs directory, according to fungi the docs won't be published properly. Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e Partially-Implements: blueprint kola-tox-doc
This commit is contained in:
parent
3ed7b3c3b4
commit
233864ff32
@ -21,9 +21,9 @@ Getting Started
|
|||||||
===============
|
===============
|
||||||
|
|
||||||
Please get started by reading the `Developer
|
Please get started by reading the `Developer
|
||||||
Quickstart <https://github.com/stackforge/kolla/blob/master/docs/dev-quickstart.rst>`__
|
Quickstart <https://github.com/stackforge/kolla/blob/master/doc/dev-quickstart.rst>`__
|
||||||
followed by the `Ansible Deployment
|
followed by the `Ansible Deployment
|
||||||
Guide <https://github.com/stackforge/kolla/blob/master/docs/ansible-deployment.rst>`__.
|
Guide <https://github.com/stackforge/kolla/blob/master/doc/ansible-deployment.rst>`__.
|
||||||
|
|
||||||
Docker Images
|
Docker Images
|
||||||
-------------
|
-------------
|
||||||
@ -31,7 +31,7 @@ Docker Images
|
|||||||
The `Docker images <https://docs.docker.com/userguide/dockerimages/>`__
|
The `Docker images <https://docs.docker.com/userguide/dockerimages/>`__
|
||||||
are built by the Kolla project maintainers. A detailed process for
|
are built by the Kolla project maintainers. A detailed process for
|
||||||
contributing to the images can be found in the `image building
|
contributing to the images can be found in the `image building
|
||||||
guide <https://github.com/stackforge/kolla/blob/master/docs/image-building.rst>`__.
|
guide <https://github.com/stackforge/kolla/blob/master/doc/image-building.rst>`__.
|
||||||
Images reside in the Docker Hub `Kollaglue
|
Images reside in the Docker Hub `Kollaglue
|
||||||
repo <https://registry.hub.docker.com/repos/kollaglue/>`__.
|
repo <https://registry.hub.docker.com/repos/kollaglue/>`__.
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ Directories
|
|||||||
Ansible.
|
Ansible.
|
||||||
- demos - Contains a few demos to use with Kolla.
|
- demos - Contains a few demos to use with Kolla.
|
||||||
- devenv - Contains an OpenStack-Heat based development environment.
|
- devenv - Contains an OpenStack-Heat based development environment.
|
||||||
- docs - Contains documentation.
|
- doc - Contains documentation.
|
||||||
- etc - Contains a reference etc directory structure which requires
|
- etc - Contains a reference etc directory structure which requires
|
||||||
configuration of a small number of configuration variables to achieve
|
configuration of a small number of configuration variables to achieve
|
||||||
a working All-in-One (AIO) deployment.
|
a working All-in-One (AIO) deployment.
|
||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@ -24,7 +24,7 @@ data_files =
|
|||||||
share/kolla/ansible = ansible/*
|
share/kolla/ansible = ansible/*
|
||||||
share/kolla/devenv = devenv/*
|
share/kolla/devenv = devenv/*
|
||||||
share/kolla/docker = docker/*
|
share/kolla/docker = docker/*
|
||||||
share/kolla/docs = docs/*
|
share/kolla/doc = doc/*
|
||||||
share/kolla/etc_examples = etc/*
|
share/kolla/etc_examples = etc/*
|
||||||
share/kolla/vagrant = vagrant/*
|
share/kolla/vagrant = vagrant/*
|
||||||
share/kolla = tools/init-runonce
|
share/kolla = tools/init-runonce
|
||||||
@ -45,5 +45,5 @@ setup-hooks =
|
|||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
all_files = 1
|
all_files = 1
|
||||||
build-dir = docs/build
|
build-dir = doc/build
|
||||||
source-dir = docs/
|
source-dir = doc/
|
||||||
|
Loading…
Reference in New Issue
Block a user