File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,16 @@ docs:
111
111
rm -rf docs
112
112
cp -r $(BUILDDIR ) /html docs
113
113
cp CNAME docs/CNAME
114
- cp robots.txt docs/robots.txt
114
+ cp robots.txt docs/robots.txt
115
115
touch docs/.nojekyll
116
+ @echo
117
+ @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
116
118
117
119
html-noplot :
118
120
$(SPHINXBUILD ) -D plot_gallery=0 -b html $(SPHINXOPTS ) " $( SOURCEDIR) " " $( BUILDDIR) /html"
119
121
# bash .jenkins/remove_invisible_code_block_batch.sh "$(BUILDDIR)/html"
120
122
@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."
122
124
123
125
clean-cache :
124
126
make clean
Original file line number Diff line number Diff line change 1
1
User-agent: *
2
2
Allow: /
3
-
4
- Sitemap: http://tutorials.pytorch.kr/sitemap.xml
3
+ Sitemap: https://tutorials.pytorch.kr/sitemap.xml
You can’t perform that action at this time.
0 commit comments