From 37f1d07ab9ba301eb1acc6af7bf683e7cab6ef78 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Fri, 22 Dec 2017 16:23:02 -0500
Subject: [PATCH] docs fix

---
 docs/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/Makefile b/docs/Makefile
index e6118afe..3dfdf85d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -53,6 +53,7 @@ help:
 .PHONY: generate
 generate:
 	sphinx-apidoc -M -f -o _build/ ../mhcflurry
+	mhcflurry-downloads fetch models_class1 cross_validation_class1
 	python generate.py \
 	    --out-models-cv-rst _build/_models_cv.rst \
 	    --out-models-architecture-png _build/_models_architecture.png \
-- 
GitLab