Skip to content

Commit

Permalink
Re-add 'latest' as a submodule copy of 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 4, 2024
1 parent 1eea717 commit bf13de9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions latest
Submodule latest added at 3a4978

0 comments on commit bf13de9

Please sign in to comment.