Description of problem: The guides depend on common branding content from the publican-redhat brand. We don't distribute this, so rhevm-doc is going to need to: - Bundle a couple of key css and image files. - Rewrite paths as appropriate (we already do this to kill the javascript TOC, need to extend it). Version-Release number of selected component (if applicable): All versions, but need to fix for RC.
Looking at my 3.0 install the branding was there in that version of rhevm-doc, I think this has been introduced as a result of the fact that we now build with Publican 3. It handles the branding slightly differently.
I think the correct solution is for: rhevm-doc to own: /usr/share/ovirt-engine/doc/common/ /usr/share/ovirt-engine/doc/common/en-US rhevm-doc-ja-JP to own: /usr/share/ovirt-engine/doc/common/ja-JP ...and so on.
Ok, I have a fix for en-US. rhevm-doc now packages and owns the CSS and images required for proper "branding". These deploy under these folders (common refers to the 'common' brand, 'RedHat' refers to the Red Hat brand that further overrides this): /usr/share/ovirt-engine/doc/common/en-US /usr/share/ovirt-engine/doc/RedHat/en-US For rhevm-doc-ja-JP I belive the appropriate action will be to provide symlinks: /usr/share/ovirt-engine/doc/common/ja-JP -> /usr/share/ovirt-engine/doc/common/en-US /usr/share/ovirt-engine/doc/RedHat/ja-JP -> /usr/share/ovirt-engine/doc/RedHat/en-US
rhevm-doc-ja-JP-3.1.0-6 is the first build of the Japanese version to include the branding fix.