Remove redundant class docstring info

This now fails with the newest Sphinx due to multiple entries between
the added reference to the class's docstrings, and the docstrings
themselves. This fixes the warnings by just removing the duplication.

Change-Id: I284a49a5df9506f936ebf1846688339c94d9a6b8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-04-13 10:21:20 -05:00
parent d93bfe182e
commit 1b248b4f98
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 0 additions and 16 deletions

View File

@ -23,22 +23,6 @@ class of type :class:`ConfigurationSource`.
**IMPORTANT:** At this point, all backend drivers are only able to provide
immutable values. This protects applications and services from having options
in external sources mutated when they reload configuration files.
Abstract Classes
----------------
The Driver Class
================
.. autoclass:: ConfigurationSourceDriver
:members:
The Configuration Source Class
==============================
.. autoclass:: ConfigurationSource
:members:
"""
import abc