diff --git a/docs/conf.py b/docs/conf.py index 8f00ca1b5..04d155a78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,47 +97,52 @@ def get_version(): }, { 'name': - 'Projects', + 'Docs', 'children': [ + { + 'name': 'MMCV', + 'url': 'https://mmcv.readthedocs.io/en/latest/', + }, { 'name': 'MMAction2', - 'url': 'https://github.com/open-mmlab/mmaction2', + 'url': 'https://mmaction2.readthedocs.io/en/latest/', }, { 'name': 'MMClassification', - 'url': 'https://github.com/open-mmlab/mmclassification', + 'url': + 'https://mmclassification.readthedocs.io/en/latest/', }, { 'name': 'MMDetection', - 'url': 'https://github.com/open-mmlab/mmdetection', + 'url': 'https://mmdetection.readthedocs.io/en/latest/', }, { 'name': 'MMDetection3D', - 'url': 'https://github.com/open-mmlab/mmdetection3d', + 'url': 'https://mmdetection3d.readthedocs.io/en/latest/', }, { 'name': 'MMEditing', - 'url': 'https://github.com/open-mmlab/mmediting', + 'url': 'https://mmediting.readthedocs.io/en/latest/', }, { 'name': 'MMGeneration', - 'url': 'https://github.com/open-mmlab/mmgeneration', + 'url': 'https://mmgeneration.readthedocs.io/en/latest/', }, { 'name': 'MMOCR', - 'url': 'https://github.com/open-mmlab/mmocr', + 'url': 'https://mmocr.readthedocs.io/en/latest/', }, { 'name': 'MMPose', - 'url': 'https://github.com/open-mmlab/mmpose', + 'url': 'https://mmpose.readthedocs.io/en/latest/', }, { 'name': 'MMSegmentation', - 'url': 'https://github.com/open-mmlab/mmsegmentation', + 'url': 'https://mmsegmentation.readthedocs.io/en/latest/', }, { 'name': 'MMTracking', - 'url': 'https://github.com/open-mmlab/mmtracking', + 'url': 'https://mmtracking.readthedocs.io/en/latest/', }, ] },