Skip to content

Commit

Permalink
draft changes to .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol Jiang committed Feb 8, 2024
1 parent 4b17e6a commit e5410ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build:
python: "3.8"
jobs:
pre_build:
- ???
- cd brainscore_language/utils
- python document_plugins.py


python:
Expand Down
1 change: 1 addition & 0 deletions brainscore_language/utils/document_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

def update_docs():
all_plugin_info = get_all_plugin_info(Path(__file__).parents[1])
print('running document_plugins.py')
print(f"all_plugin_info: {all_plugin_info}")
for plugin_type in all_plugin_info:
create_bibfile(all_plugin_info[plugin_type], BIBS_DIR, plugin_type) # plugin type .bib file
Expand Down

0 comments on commit e5410ff

Please sign in to comment.