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 8821e62 commit 8147ceeCopy full SHA for 8147cee
spec/Makefile
@@ -22,3 +22,11 @@ help:
22
clean:
23
-rm -rf $(BUILDDIR)
24
-rm -rf $(SOURCEDIR)/**/generated
25
+
26
+build:
27
+ -mkdir -p $(BUILDDIR)
28
+ -sphinx-build "$(SOURCEDIR)/2021.12" "$(BUILDDIR)/2021.12"
29
+ -cp -r "$(BUILDDIR)/2021.12" "$(BUILDDIR)/latest"
30
+ -sphinx-build "$(SOURCEDIR)/draft" "$(BUILDDIR)/draft"
31
+ -cp "$(SOURCEDIR)/index.html" "$(BUILDDIR)/index.html"
32
+ -touch "$(BUILDDIR)/.nojekyll"
spec/index.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
+<html>
5
+ <head>
6
+ <meta http-equiv="refresh" content="0;URL=latest/" />
7
+ </head>
8
+ <body>
9
+ </body>
10
+</html>
0 commit comments