From e607733723ea336a4950c8ae0f5586c14ce7be34 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Sun, 11 Aug 2019 22:34:18 -0700 Subject: [PATCH] Fix the :module sphinx instruction This instruction was causing a warning during the building process of the documentation and failing the Jenkins Jobs. Change-Id: Ie9cb41fe0a2aef6f222a2fed13f698b830fff40c --- doc/source/api.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 5193094..12ea4b5 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1,11 +1,6 @@ The :mod:`tricircleclient` Python API ===================================== -.. module:: tricircleclient - :synopsis: A client for the Tricircle API. - -.. currentmodule:: tricircleclient - Usage -----