mirror of https://github.com/open-mmlab/mmocr.git
parent
d7c59f3325
commit
9e713c63fe
|
@ -1,6 +1,6 @@
|
|||
name: "🐞 Bug report"
|
||||
description: "Create a report to help us reproduce and fix the bug"
|
||||
labels: bug
|
||||
labels: kind/bug
|
||||
title: "[Bug] "
|
||||
|
||||
body:
|
||||
|
|
|
@ -127,24 +127,6 @@ html_theme_options = {
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'Version',
|
||||
'children': [
|
||||
{
|
||||
'name': 'MMOCR 0.x',
|
||||
'url': 'https://mmocr.readthedocs.io/en/latest/',
|
||||
'description': 'Main branch'
|
||||
},
|
||||
{
|
||||
'name': 'MMOCR 1.x',
|
||||
'url': 'https://mmocr.readthedocs.io/en/dev-1.x/',
|
||||
'description': '1.x branch'
|
||||
},
|
||||
],
|
||||
'active':
|
||||
True,
|
||||
},
|
||||
],
|
||||
# Specify the language of shared menu
|
||||
'menu_lang':
|
||||
|
|
|
@ -123,24 +123,6 @@ html_theme_options = {
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'版本',
|
||||
'children': [
|
||||
{
|
||||
'name': 'MMOCR 0.x',
|
||||
'url': 'https://mmocr.readthedocs.io/zh_CN/latest/',
|
||||
'description': 'main 分支文档'
|
||||
},
|
||||
{
|
||||
'name': 'MMOCR 1.x',
|
||||
'url': 'https://mmocr.readthedocs.io/zh_CN/dev-1.x/',
|
||||
'description': '1.x 分支文档'
|
||||
},
|
||||
],
|
||||
'active':
|
||||
True,
|
||||
},
|
||||
],
|
||||
# Specify the language of shared menu
|
||||
'menu_lang':
|
||||
|
|
Loading…
Reference in New Issue