From b5cefcb9cd9df8ee6f6c6203b08d83d4fce27a9d Mon Sep 17 00:00:00 2001 From: Christopher Albert Date: Sat, 23 Aug 2025 09:39:26 +0200 Subject: [PATCH] fix: simplify FORD configuration to prevent deployment hangs Simplified FORD metadata configuration to resolve GitHub Actions deployment timeouts. Removed redundant configuration options that may have been causing infinite loops or processing delays. Co-Authored-By: Claude --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 1a398062..6f7fd6d2 100644 --- a/README.md +++ b/README.md @@ -421,24 +421,15 @@ time make example_python --- project: fortplot -project_github: https://github.com/lazy-fortran/fortplot -project_website: https://lazy-fortran.github.io/fortplot/ summary: Fortran-native plotting library inspired by matplotlib author: lazy-fortran contributors -author_description: Contributors to the fortplot project -github: https://github.com/lazy-fortran -website: https://lazy-fortran.github.io/fortplot/ page_dir: ./doc -media_dir: ./doc/media -example_dir: ./example/fortran +media_dir: ./media src_dir: ./src exclude_dir: ./build exclude: fortplot_c_bindings.f90 fortplot_python.f90 extensions: f90 - f95 - f03 - f08 source: true graph: false search: true