From 728fb0439ec2747372cb8958b98644a38e50ab4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Tue, 4 Jan 2022 16:43:18 +0100 Subject: [PATCH] docs: use the latest django LTS to build docs The latest django LTS is the the 3.2 version. --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index f516c7c..597a7cf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ # Docs requirements +django>=3.2,<3.3 sphinx sphinx_rtd_theme psycopg2-binary