forked from espressif/esp-idf
docs: fix docs not being able to be built locally due to missing env variable.
This commit is contained in:
@@ -362,7 +362,7 @@ html_static_path = ['../_static']
|
|||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'ReadtheDocsTemplatedoc'
|
htmlhelp_basename = 'ReadtheDocsTemplatedoc'
|
||||||
|
|
||||||
google_analytics_id = os.environ['CI_GOOGLE_ANALYTICS_ID']
|
google_analytics_id = os.environ.get('CI_GOOGLE_ANALYTICS_ID', None)
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user