We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85df0ea commit a206273Copy full SHA for a206273
Makefile
@@ -18,5 +18,6 @@ build:
18
-cp "$(SOURCEDIR)/_ghpages/index.html" "$(BUILDDIR)/index.html"
19
-touch "$(BUILDDIR)/.nojekyll"
20
-sphinx-build "$(SOURCEDIR)/2021.12" "$(BUILDDIR)/2021.12" $(SPHINXOPTS)
21
- -cp -r "$(BUILDDIR)/2021.12" "$(BUILDDIR)/latest"
+ -sphinx-build "$(SOURCEDIR)/2022.12" "$(BUILDDIR)/2022.12" $(SPHINXOPTS)
22
+ -cp -r "$(BUILDDIR)/2022.12" "$(BUILDDIR)/latest"
23
-sphinx-build "$(SOURCEDIR)/draft" "$(BUILDDIR)/draft" $(SPHINXOPTS)
spec/_ghpages/versions.json
@@ -1,5 +1,6 @@
1
{
2
"2021.12": "2021.12",
3
+ "2022.12": "2022.12",
4
"latest": "latest",
5
"draft": "draft"
6
}
0 commit comments