Skip to content

Commit

Permalink
docs(sphinx/conf): empty lib/group hash table
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagogaray authored and chriswmackey committed Mar 9, 2021
1 parent 3be618f commit 273150d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,7 @@
# CLI_filename_4: group_name_4
# }
# }
ht_cli_file_group = {
'honeybee_radiance': {'mtx': 'mtxop',
'postprocess': 'post_process'
}
}
ht_cli_file_group = {}


def create_cli_files():
Expand Down Expand Up @@ -471,6 +467,7 @@ def update_cli_index(index_path, group_filenames):

# -----------------------------------------------------------------------------


def setup(app):
"""Run custom code with access to the Sphinx application object
Args:
Expand Down

0 comments on commit 273150d

Please sign in to comment.