diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-12-06 10:48:23 -0800 |
---|---|---|
committer | Daniel Watkins <daniel@daniel-watkins.co.uk> | 2019-12-06 15:59:28 -0500 |
commit | 9ae15a631e12daa9f35ae55431616b8e78c82651 (patch) | |
tree | c673d9683d5dc301a9cd89127b2efaf9c479a433 /doc | |
parent | bbd9ef9f5dc9b3728d0d10534bf5d8b372bd1641 (diff) | |
download | vyos-cloud-init-9ae15a631e12daa9f35ae55431616b8e78c82651.tar.gz vyos-cloud-init-9ae15a631e12daa9f35ae55431616b8e78c82651.zip |
docs: fix line length and remove highlighting
doc8 does not know about the ephasize-lines portion of code-block and
throws an error. As this is the only place right now I am going to
remove it untill we can find a better solution. rstcheck and
restructuredtext-lint have issues with sphinx declaritives, so
doc8 is still the best to use for now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/tests.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/rtd/topics/tests.rst b/doc/rtd/topics/tests.rst index 3b27f805..aee3d7fc 100644 --- a/doc/rtd/topics/tests.rst +++ b/doc/rtd/topics/tests.rst @@ -427,9 +427,9 @@ Azure Cloud ----------- To run on Azure Cloud platform users login with Service Principal and export -credentials file. Region is defaulted and can be set in ``tests/cloud_tests/platforms.yaml``. -The Service Principal credentials are the standard authentication for Azure SDK -to interact with Azure Services: +credentials file. Region is defaulted and can be set in +``tests/cloud_tests/platforms.yaml``. The Service Principal credentials are +the standard authentication for Azure SDK to interact with Azure Services: Create Service Principal account or login @@ -465,7 +465,6 @@ Export credentials Set region in platforms.yaml .. code-block:: yaml - :emphasize-lines: 3 azurecloud: enabled: true |