From 4d75c16335ca608524e40bfd1e2e66645a463741 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Thu, 21 Feb 2019 11:28:02 -0800 Subject: [PATCH] Entrypoint is necessary to build the API docs of most authenticators --- docs/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.yml b/docs/environment.yml index dfe35e06..72d47aed 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -15,6 +15,7 @@ dependencies: - traitlets>=4.1 - sphinx>=1.7 - pip: + - entrypoint - oauthlib>=2.0 - recommonmark==0.4.0 - async_generator