From bf13de9ac176f955bd15178493e8740a9f727b6d Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Wed, 4 Dec 2024 22:11:03 +0100 Subject: [PATCH] Re-add 'latest' as a submodule copy of 0.5 --- .gitmodules | 4 ++++ conf.py | 2 +- latest | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 latest diff --git a/.gitmodules b/.gitmodules index 8f11e937..2223342f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,7 @@ path = 0.5 url = https://github.com/joshmoore/ngff-specifications branch = 0.5 +[submodule "latest"] + path = latest + url = https://github.com/joshmoore/ngff-specifications + branch = 0.5 diff --git a/conf.py b/conf.py index df98f441..5f64deaa 100644 --- a/conf.py +++ b/conf.py @@ -64,7 +64,7 @@ def bikeshed(): import shutil import subprocess - for index_file in glob.glob("[0-9]*/index.bs"): + for index_file in ["latest/index.bs"] + glob.glob("[0-9]*/index.bs"): output_file = index_file.replace("bs", "html") output_dir = os.path.dirname(output_file) target_dir = os.path.join("_bikeshed", output_dir) diff --git a/latest b/latest new file mode 160000 index 00000000..3a49789e --- /dev/null +++ b/latest @@ -0,0 +1 @@ +Subproject commit 3a49789eb0f3e8ffe842e1e257af0b80b2a1da8b