From 333b4346aa3a73d88f5b5ed69ca4d571d532a625 Mon Sep 17 00:00:00 2001 From: Stone Date: Fri, 19 Feb 2021 06:30:40 -0500 Subject: [PATCH] Changed relative paths to absolute Sphinx considers the "source" dir to be it's root. Image or figure paths such as: .. image:: ../deploy_install_guides/r5_release/figures/starlingx-deployment-options-controller-storage.png can lead to build time behavior like the following under some circumstances: copying images... [ 11%] deploy/../deploy_install_guides/r5_release/figures/starlingx-deployment-options-controller-storage.png whereas the absolute path: .. image:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-controller-storage.png behaves predictably. copying images... [ 11%] /deploy_install_guides/r5_release/figures/starlingx-deployment-options-controller-storage.png So changed a handful of relative links to be absolute from the source root. Signed-off-by: Stone Change-Id: Id63e5949a78959a5f570b835eac658b42440fbcd --- ...options-standard-configuration-with-controller-storage.rst | 2 +- ...loyment-config-options-all-in-one-duplex-configuration.rst | 4 ++-- ...loyment-config-optionsall-in-one-simplex-configuration.rst | 2 +- .../deploy/standard-configuration-with-dedicated-storage.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/deploy/deployment-and-configuration-options-standard-configuration-with-controller-storage.rst b/doc/source/deploy/deployment-and-configuration-options-standard-configuration-with-controller-storage.rst index 513e177d5..4934e32de 100644 --- a/doc/source/deploy/deployment-and-configuration-options-standard-configuration-with-controller-storage.rst +++ b/doc/source/deploy/deployment-and-configuration-options-standard-configuration-with-controller-storage.rst @@ -10,7 +10,7 @@ Standard Configuration with Controller Storage back-end for Kubernetes |PVCs| deployed on the controller nodes instead of using dedicated storage nodes. -.. image:: ../deploy_install_guides/r5_release/figures/starlingx-deployment-options-controller-storage.png +.. image:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-controller-storage.png :width: 800 .. note:: diff --git a/doc/source/deploy/deployment-config-options-all-in-one-duplex-configuration.rst b/doc/source/deploy/deployment-config-options-all-in-one-duplex-configuration.rst index bb0815228..8b3ab05c8 100644 --- a/doc/source/deploy/deployment-config-options-all-in-one-duplex-configuration.rst +++ b/doc/source/deploy/deployment-config-options-all-in-one-duplex-configuration.rst @@ -14,7 +14,7 @@ redundant pair of hosts. :local: :depth: 1 -.. image:: ../deploy_install_guides/r5_release/figures/starlingx-deployment-options-duplex.png +.. image:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-duplex.png :width: 800 See :ref:`Common Components ` for a description of common @@ -94,7 +94,7 @@ Up to fifty worker/compute nodes can be added to the All-in-one Duplex deployment, allowing a capacity growth path if starting with an AIO-Duplex deployment. -.. image:: ../deploy_install_guides/r5_release/figures/starlingx-deployment-options-duplex-extended.png +.. image:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-duplex-extended.png :width: 800 The extended capacity is limited up to fifty worker/compute nodes as the diff --git a/doc/source/deploy/deployment-config-optionsall-in-one-simplex-configuration.rst b/doc/source/deploy/deployment-config-optionsall-in-one-simplex-configuration.rst index 012ec2a9e..1b574a8df 100644 --- a/doc/source/deploy/deployment-config-optionsall-in-one-simplex-configuration.rst +++ b/doc/source/deploy/deployment-config-optionsall-in-one-simplex-configuration.rst @@ -10,7 +10,7 @@ The AIO Simplex deployment configuration provides a scaled-down |prod| that combines controller, storage, and worker functionality on a single non-redundant host. -.. image:: ../deploy_install_guides/r5_release/figures/starlingx-deployment-options-simplex.png +.. image:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-simplex.png :width: 800 .. note:: diff --git a/doc/source/deploy/standard-configuration-with-dedicated-storage.rst b/doc/source/deploy/standard-configuration-with-dedicated-storage.rst index a3a05f417..6370429cb 100644 --- a/doc/source/deploy/standard-configuration-with-dedicated-storage.rst +++ b/doc/source/deploy/standard-configuration-with-dedicated-storage.rst @@ -9,7 +9,7 @@ Standard Configuration with Dedicated Storage Deployment of |prod| with dedicated storage nodes provides the highest capacity \(single region\), performance, and scalability. -.. image:: ../deploy_install_guides/r5_release/figures/starlingx-deployment-options-dedicated-storage.png +.. image:: /deploy_install_guides/r5_release/figures/starlingx-deployment-options-dedicated-storage.png :width: 800 .. note::