From 9dfc356c4be65bed41cdebee875b4d5c910c0ec3 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 13 Jan 2023 01:25:15 -0500 Subject: [PATCH] Use param for base docs job --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c746a82..8a4d01a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,6 +49,7 @@ workflows: name: Release test - orb/docs: name: Docs + task: "docs --nitpick" # We have no tests to matrix, and this is too niche for the orb, so just # do a bunch of install/run tests on different Python and Sphinx versions # for compat testing.