docs minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-20 22:25:47 +02:00
parent 6f42088dec
commit 46253b1286
9 changed files with 94 additions and 143 deletions

View File

@@ -28,7 +28,7 @@ urlpath = re.sub('release/', '', br)
# Be sure the github links point to the right branch
f = open("header.rst", "w")
f.write(".. |github_link_base| replace:: https://github.com/lvgl/docs/blob/" + br)
f.write(".. |github_link_base| replace:: https://github.com/lvgl/lvgl/blob/docs/" + br)
f.close()
base_html = "html_baseurl = 'https://docs.lvgl.io/" + urlpath + "/en/html/'"