Docs migration tracker



TSC approved the migration of the Doc repo away from using git submodules to using intersphinx linking instead TSC 2020-01-30

Background information

 

Steps to migrate to new docs

General steps look similar to OPNFV migration https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html

We are working on an ONAP module to use as test to identify the exact code and changes needed to be done that fit the current ONAP structure.

Migration Status



Current Action by PTLs Needed

PTLS Action Item

Please review the new docs in https://onap-doc.readthedocs.io/en/latest/ 

A link for all active projects has been added here: https://onap-doc.readthedocs.io/en/latest/guides/active-projects/index.html

IF sanity testing on the docs looks ok, please respond "PASS" in the "Sanity Check by PTL" column below





Notes



Update as of April 07

Display impact detected on https://onap-doc.readthedocs.io/



  • The screen to display the content (div .wy-nav-content) is limited to 800px for the various projects  (default CSS configuration by Sphinx) while the previous value was fixed to unlimited as configured in ribbon.css => https://git.onap.org/doc/tree/docs/_static/css

  • Need to align the Documentation project CSS with project CSS. Currently, there is no CSS in the various project directory while the conf.py includes a css link cf https://git.onap.org/oom/tree/docs/conf.py and no CSS file is not part of the project

    defsetup(app): app.add_stylesheet("css/ribbon_onap.css")