diff --git a/print_docs.py b/print_docs.py index c84d90e..9ccf9c0 100644 --- a/print_docs.py +++ b/print_docs.py @@ -655,6 +655,9 @@ def write_html_files(partition, loc_map, notes, mod_docs, instances, tactic_docs current_project = None current_filename = None + with open_outfile('opensearch.xml') as out: + out.write(env.get_template('opensearch.xml.j2').render()) + def write_site_map(partition): with open_outfile('sitemap.txt') as out: for filename in partition: diff --git a/templates/base.j2 b/templates/base.j2 index 7694b32..c151ab5 100644 --- a/templates/base.j2 +++ b/templates/base.j2 @@ -5,6 +5,7 @@ +