Skip to content

Commit 89f6129

Browse files
committed
robots.txt 변경 및 Makefile 들여쓰기 수정 (PyTorchKorea#455)
1 parent 4515c01 commit 89f6129

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,16 @@ docs:
111111
rm -rf docs
112112
cp -r $(BUILDDIR)/html docs
113113
cp CNAME docs/CNAME
114-
cp robots.txt docs/robots.txt
114+
cp robots.txt docs/robots.txt
115115
touch docs/.nojekyll
116+
@echo
117+
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
116118

117119
html-noplot:
118120
$(SPHINXBUILD) -D plot_gallery=0 -b html $(SPHINXOPTS) "$(SOURCEDIR)" "$(BUILDDIR)/html"
119121
# bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
120122
@echo
121-
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
123+
@echo "HTML-ONLY build finished. The HTML pages are in $(BUILDDIR)/html."
122124

123125
clean-cache:
124126
make clean

robots.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
User-agent: *
22
Allow: /
3-
4-
Sitemap: http://tutorials.pytorch.kr/sitemap.xml
3+
Sitemap: https://tutorials.pytorch.kr/sitemap.xml

0 commit comments

Comments
 (0)