Skip to content

Commit

Permalink
Disable documenting package module. Workaround for sphinx-doc/sphinx#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 30, 2022
1 parent 4713f8b commit 7bc2fba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Welcome to |project| documentation!

.. tidelift-referral-banner::

.. automodule:: pip_run
:members:
:undoc-members:
:show-inheritance:
.. Disabled due to https://github.com/sphinx-doc/sphinx/issues/9704
.. .. automodule:: pip_run
.. :members:
.. :undoc-members:
.. :show-inheritance:
.. automodule:: pip_run.commands
:members:
Expand Down

0 comments on commit 7bc2fba

Please sign in to comment.