doc: fix how html, css is added to MicroCeph (v2-edge) - #1454
Conversation
Signed-off-by: Elijah Greenstein <elijah.greenstein@canonical.com>
41cd3a9 to
750de21
Compare
roosterfish
left a comment
There was a problem hiding this comment.
Thanks, why do we need this change only in v2-edge but not in main?
|
The header and footer templates in the latest version of Microceph are in the MicroCeph repo under You can see that, at present, the header is working correctly for latest ( |
Thanks for clarifying this! |
When on the MicroCeph section of the
v2-edgedocs, the top navigation menu currently only shows the MicroCeph navigation links rather than the integrated docs header.To fix this, this PR updates the docs
Makefileto overwrite the MicroCephheader.htmlfile with the integrated header file in the MicroCloud docs (.sphinx/_integration/microceph.html). Based on this change, this PR also removes an unnecessarymkdirrule from the Makefile and removes unnecessary settings from theadd_config.pysettings for MicroCeph.Checklist