File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
117119html-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
123125clean-cache :
124126 make clean
Original file line number Diff line number Diff line change 11User-agent: *
22Allow: /
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