Skip to content

Commit

Permalink
refactor: Switch back to SUMMARY.md now that it is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 17, 2023
1 parent 78411c0 commit 60ba2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/mkdocs.yml.jinja
Expand Up @@ -116,7 +116,7 @@ plugins:
scripts:
- scripts/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.txt
nav_file: SUMMARY.md
- coverage
- mkdocstrings:
handlers:
Expand Down
2 changes: 1 addition & 1 deletion project/scripts/gen_ref_nav.py
Expand Up @@ -30,5 +30,5 @@

mkdocs_gen_files.set_edit_path(full_doc_path, ".." / path)

with mkdocs_gen_files.open("reference/SUMMARY.txt", "w") as nav_file:
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
nav_file.writelines(nav.build_literate_nav())

0 comments on commit 60ba2cf

Please sign in to comment.