mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
docs: Move version-related includes to run in sphinx-build not make
Means they show up on ReadTheDocs(!)
This commit is contained in:

committed by
Angus Gratton

parent
30545f4ccc
commit
69f73eb5ee
@@ -102,8 +102,8 @@ def main():
|
||||
language = sys.argv[1]
|
||||
out_dir = sys.argv[2]
|
||||
if not os.path.exists(out_dir):
|
||||
print("Output directory %s not found" % out_dir)
|
||||
sys.exit(1)
|
||||
print("Creating directory %s" % out_dir)
|
||||
os.mkdir(out_dir)
|
||||
|
||||
template = TEMPLATES[language]
|
||||
|
||||
|
Reference in New Issue
Block a user