Skip to content

Commit fe44391

Browse files
committed
Update Makefile to build with MkDocs
1 parent 7059837 commit fe44391

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,6 @@ Network Trash Folder
165165
Temporary Items
166166
.apdisk
167167

168-
# Sphinx
169-
html/
168+
# Static docs
169+
html/
170+
site/

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ clean:
4444
find . -name '.bak' -exec rm -f {} +
4545

4646
docs:
47-
sphinx-build docs html
47+
mkdocs build --site-dir=html

0 commit comments

Comments
 (0)