Move conf.py to mkdocs.yml

This commit is contained in:
Scot Hacker 2019-01-10 23:46:24 -08:00
parent 3816abd123
commit 0abc9bf16c
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
theme = "Windmill"

2
mkdocs.yml Normal file
View file

@ -0,0 +1,2 @@
site_name: "django-todo"
theme: "Windmill"