Skip to content

Commit 7233260

Browse files
committed
Added a CNAME file and cp instructions in Makefile.
1 parent 170648b commit 7233260

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ clean:
5252

5353
html:
5454
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
55+
cp source/CNAME $(BUILDDIR)/html/
56+
cp source/.nojekyll $(BUILDDIR)/html/
5557
@echo
5658
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5759

source/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.pydy.org

0 commit comments

Comments
 (0)