mirror of
https://github.com/espressif/esp-modbus.git
synced 2025-07-31 10:57:16 +02:00
Merge branch 'feature/fix_docs_versions_not_included' into 'master'
esp-modbus: fix docs versions is not included because of CORB See merge request idf/esp-modbus!7
This commit is contained in:
@ -13,9 +13,11 @@ github_repo = 'espressif/esp-modbus'
|
||||
html_context['github_user'] = 'espressif'
|
||||
html_context['github_repo'] = 'esp-modbus'
|
||||
|
||||
html_static_path = ["../_static"]
|
||||
|
||||
# Extra options required by sphinx_idf_theme
|
||||
project_slug = 'esp-modbus'
|
||||
versions_url = 'https://raw.githubusercontent.com/espressif/esp-modbus/master/docs/docs_versions.js'
|
||||
versions_url = './_static/modbus_docs_versions.js'
|
||||
|
||||
idf_targets = ['esp32', 'esp32s2', 'esp32c3']
|
||||
languages = ['en']
|
||||
|
@ -1 +1 @@
|
||||
esp-docs==0.2.0
|
||||
esp-docs==0.2.4
|
Reference in New Issue
Block a user