Skip to content

Commit a206273

Browse files
committed
Update all docs building
1 parent 85df0ea commit a206273

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ build:
1818
-cp "$(SOURCEDIR)/_ghpages/index.html" "$(BUILDDIR)/index.html"
1919
-touch "$(BUILDDIR)/.nojekyll"
2020
-sphinx-build "$(SOURCEDIR)/2021.12" "$(BUILDDIR)/2021.12" $(SPHINXOPTS)
21-
-cp -r "$(BUILDDIR)/2021.12" "$(BUILDDIR)/latest"
21+
-sphinx-build "$(SOURCEDIR)/2022.12" "$(BUILDDIR)/2022.12" $(SPHINXOPTS)
22+
-cp -r "$(BUILDDIR)/2022.12" "$(BUILDDIR)/latest"
2223
-sphinx-build "$(SOURCEDIR)/draft" "$(BUILDDIR)/draft" $(SPHINXOPTS)

spec/_ghpages/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"2021.12": "2021.12",
3+
"2022.12": "2022.12",
34
"latest": "latest",
45
"draft": "draft"
56
}

0 commit comments

Comments
 (0)