Skip to content

Commit 5314113

Browse files
authored
Merge pull request #469 from weakish/nojekyll
docs: fix wrong .nojekyll location
2 parents 1569689 + dfebcb2 commit 5314113

26 files changed

Lines changed: 45 additions & 44 deletions

apidoc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ clean:
5454
html:
5555
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
5656
@rm -rf ../docs
57-
@mv $(BUILDDIR)/html ../docs
57+
@mv $(BUILDDIR)/html ../docs
58+
@touch ../docs/.nojekyll
5859
@echo
5960
@echo "Build finished. The HTML pages are in ../docs."
6061

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d3bc0ebdfe384fc2f27d81676702cb93
3+
config: d3e71a7c28b68b9db198551dba10953a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.nojekyll

Whitespace-only changes.

docs/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>概览:模块代码 &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>概览:模块代码 &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

docs/_modules/leancloud/acl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>leancloud.acl &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>leancloud.acl &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

docs/_modules/leancloud/client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>leancloud.client &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>leancloud.client &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

docs/_modules/leancloud/cloud.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>leancloud.cloud &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>leancloud.cloud &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

docs/_modules/leancloud/engine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>leancloud.engine &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>leancloud.engine &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

docs/_modules/leancloud/engine/cookie_session.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>leancloud.engine.cookie_session &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>leancloud.engine.cookie_session &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

docs/_modules/leancloud/engine/https_redirect_middleware.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>leancloud.engine.https_redirect_middleware &mdash; LeanCloud-Python-SDK 1.0.0 文档</title>
11+
<title>leancloud.engine.https_redirect_middleware &mdash; LeanCloud-Python-SDK 2.6.1 文档</title>
1212

1313

1414

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
1.0.0
62+
2.6
6363
</div>
6464

6565

0 commit comments

Comments
 (0)