Skip to content
Snippets Groups Projects
Commit c6e1f685 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 33ca2c4e
No related branches found
No related tags found
1 merge request!27Fix docs
Pipeline #65320 passed with warnings
Pipeline: Python Package

#65321

    ...@@ -10,6 +10,9 @@ file_dir = os.path.dirname(os.path.realpath(__file__)) ...@@ -10,6 +10,9 @@ file_dir = os.path.dirname(os.path.realpath(__file__))
    clean_dir = os.path.join(file_dir, "source", "source_documentation") clean_dir = os.path.join(file_dir, "source", "source_documentation")
    print(f"Cleaning.. {clean_dir}/*") print(f"Cleaning.. {clean_dir}/*")
    if not os.path.exists(clean_dir):
    exit()
    for file_name in os.listdir(clean_dir): for file_name in os.listdir(clean_dir):
    file = os.path.join(clean_dir, file_name) file = os.path.join(clean_dir, file_name)
    match file_name: match file_name:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment