Move mkdocs.yml into root directory, so readthedocs.org will work.

This commit is contained in:
Avery Pennarun 2018-11-16 01:14:15 -05:00
commit baae4fe213
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
redo-ifchange doc.list
xargs redo-ifchange mkdocs.yml <doc.list
xargs redo-ifchange ../mkdocs.yml <doc.list
if type mkdocs >/dev/null 2>/dev/null; then
mkdocs build
(cd .. && mkdocs build)
else
echo "Warning: mkdocs is missing; can't generate website." >&2
redo-ifcreate /usr/bin/mkdocs