Skip to content

Commit

Permalink
avoid ported classes being documented as nested classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jan 29, 2024
1 parent c285146 commit 9e33c97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sphinx_reports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ class ReportDomain(Domain):
**UnittestSummary.configValues,
} #: A dictionary of all configuration values used by this domain. (name: (default, rebuilt, type))

del CodeCoverageBase
del CodeCoverage
del CodeCoverageLegend
del DocCoverageBase
del DocStrCoverage
del DocCoverageLegend
del UnittestSummary

initial_data = {
"reports": {}
} #: A dictionary of all global data fields used by this domain.
Expand Down

0 comments on commit 9e33c97

Please sign in to comment.