We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f303cdc commit 91a177eCopy full SHA for 91a177e
components/esp_websocket_client/docs/conf_common.py
@@ -7,7 +7,7 @@
7
]
8
9
# link roles config
10
-github_repo = 'espressif/esp-idf'
+github_repo = 'espressif/esp-protocols'
11
12
# context used by sphinx_idf_theme
13
html_context['github_user'] = 'espressif'
components/esp_websocket_client/docs/en/conf.py
@@ -16,7 +16,7 @@
16
from conf_common import * # noqa: F403,F401
17
18
# General information about the project.
19
-project = u'ESP-Docs'
+project = u'ESP-Protocols'
20
copyright = u'2016 - 2022, Espressif Systems (Shanghai) Co., Ltd'
21
22
# The language for content autogenerated by Sphinx. Refer to documentation
0 commit comments