Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Author(s)

Thomas Kulik

Tasks

01. Create new branch of the doc project in gerrit

  1. Open https://gerrit.onap.org/r/admin/repos/doc,branches
  2. Use [CREATE NEW] function on the top right corner
  3. Set 'Branch name' to the name of the upcoming release (e.g. 'istanbul')
  4. Set 'Initial revision' to ?'master'
  5. Use [CREATE] to create the new branch

00.

...

Clone new doc branch to your development environment

  1. git clone --branch <branch> --recurse-submodules ssh://<username>@gerrit.onap.org:29418/doc

00. Modify 'conf.py'

  1. Set 'branch'
  2. Set 'intersphinx_mapping' for all participating projects and their repositories.
  3. Update 'linkcheck_ignore' entries if required.

...