forked from espressif/esp-protocols
fix(ws_client): Docs to refer esp-protocols
This commit is contained in:
@ -7,7 +7,7 @@ extensions += ['sphinx_copybutton',
|
|||||||
]
|
]
|
||||||
|
|
||||||
# link roles config
|
# link roles config
|
||||||
github_repo = 'espressif/esp-idf'
|
github_repo = 'espressif/esp-protocols'
|
||||||
|
|
||||||
# context used by sphinx_idf_theme
|
# context used by sphinx_idf_theme
|
||||||
html_context['github_user'] = 'espressif'
|
html_context['github_user'] = 'espressif'
|
||||||
|
@ -16,7 +16,7 @@ except ImportError:
|
|||||||
from conf_common import * # noqa: F403,F401
|
from conf_common import * # noqa: F403,F401
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'ESP-Docs'
|
project = u'ESP-Protocols'
|
||||||
copyright = u'2016 - 2022, Espressif Systems (Shanghai) Co., Ltd'
|
copyright = u'2016 - 2022, Espressif Systems (Shanghai) Co., Ltd'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
|
Reference in New Issue
Block a user