Skip to content

Commit c5317be

Browse files
committed
Fix "duplicate object description" error building docs
Warning, treated as error: /home/travis/build/Supervisor/supervisor/.tox/docs/lib/python3.7/site-packages/supervisor/rpcinterface.py:docstring of supervisor.rpcinterface.SupervisorNamespaceRPCInterface:1:duplicate object description of supervisor.rpcinterface.SupervisorNamespaceRPCInterface, other instance in api, use :noindex: for one of them Makefile:29: recipe for target 'html' failed make: *** [html] Error 2 make: Leaving directory '/home/travis/build/Supervisor/supervisor/docs' ERROR: InvocationError for command /usr/bin/make -C docs html BUILDDIR=/home/travis/build/Supervisor/supervisor/.tox/docs/tmp 'SPHINXOPTS=-W -E' (exited with code 2) ___________________________________ summary ____________________________________ ERROR: docs: commands failed
1 parent 5392398 commit c5317be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ Process Control
225225
---------------
226226

227227
.. autoclass:: SupervisorNamespaceRPCInterface
228+
:noindex:
228229

229230
.. automethod:: getProcessInfo
230231

@@ -352,6 +353,7 @@ Process Logging
352353
---------------
353354

354355
.. autoclass:: SupervisorNamespaceRPCInterface
356+
:noindex:
355357

356358
.. automethod:: readProcessStdoutLog
357359

0 commit comments

Comments
 (0)