docs: fix missing static file path

Also update layout of version table
This commit is contained in:
Marius Vikhammer
2021-09-03 10:29:19 +08:00
parent e8cfba0745
commit 3e56ba05cc
3 changed files with 20 additions and 6 deletions

View File

@@ -187,6 +187,8 @@ with open('../page_redirects.txt') as f:
raise RuntimeError('Invalid line in page_redirects.txt: %s' % line)
html_redirect_pages = [tuple(line.split(' ')) for line in lines]
html_static_path = ['../_static']
# Callback function for user setup that needs be done after `config-init`-event
# config.idf_target is not available at the initial config stage