diff --git a/doc/source/contributor/doc_contribute_guide.rst b/doc/source/contributor/doc_contribute_guide.rst index 81413cdc9..fae254002 100644 --- a/doc/source/contributor/doc_contribute_guide.rst +++ b/doc/source/contributor/doc_contribute_guide.rst @@ -1912,18 +1912,6 @@ To do so: #. On a working branch, open the file :file:`doc/source/conf.py`. -#. If you are updating on a new branch, change the configuration assignment - ``starlingxdocs_plus_this_version`` to the name of the new branch. - - For example: - - .. code-block:: - - starlingxdocs_plus_this_version="Version 9.0" - - Otherwise, confirm that the value is correct for the branch you are - updating. - #. Locate the configuration assignment ``starlingxdocs_plus_other_versions``. This assignment takes a *key,value* pair for each branch other than the @@ -1946,7 +1934,7 @@ To do so: .. code-block:: - starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Latest","")] + starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Version 8.0","r/stx.8.0"),("Version 9.0","r/stx.9.0")] .. note:: @@ -1956,9 +1944,9 @@ To do so: ``master`` documentation is at the base URL ``docs.startlingx.io``, this means that the value must be an empty string, as show above. -********************* -Adding the promte job -********************* +********************** +Adding the promote job +********************** A ``promote`` job must be created for merged reviews on a new release branch to be published to docs.starlingx.io.