Skip to content
Snippets Groups Projects
Commit 641706e9 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent afb0e9a4
No related branches found
No related tags found
2 merge requests!811Automated merge from preview to main,!799Created a new check-TOC.py without importing pd, and yaml
......@@ -16,7 +16,6 @@ whitelist = ["index.md"] # ["archive"]
def get_heading_in_file(filename, docs_path):
# TODO join path filename
# Read until first level one heading is found
f = Path.joinpath(docs_path, filename)
with open(f, "r") as file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment