diff --git a/docs/modules/audio/mixers/auto.rst b/docs/modules/audio/mixers/auto.rst deleted file mode 100644 index caf6e3ab..00000000 --- a/docs/modules/audio/mixers/auto.rst +++ /dev/null @@ -1,6 +0,0 @@ -********************************************* -:mod:`mopidy.audio.mixers.auto` -- Auto mixer -********************************************* - -.. automodule:: mopidy.audio.mixers.auto - :synopsis: Mixer element which automatically selects the real mixer to use diff --git a/docs/modules/audio/mixers/fake.rst b/docs/modules/audio/mixers/fake.rst deleted file mode 100644 index dcab7767..00000000 --- a/docs/modules/audio/mixers/fake.rst +++ /dev/null @@ -1,6 +0,0 @@ -********************************************* -:mod:`mopidy.audio.mixers.fake` -- Fake mixer -********************************************* - -.. automodule:: mopidy.audio.mixers.fake - :synopsis: Fake mixer for use in tests diff --git a/mopidy/audio/mixers/auto.py b/mopidy/audio/mixers/auto.py index 6b76e1a1..587994cb 100644 --- a/mopidy/audio/mixers/auto.py +++ b/mopidy/audio/mixers/auto.py @@ -2,16 +2,6 @@ This is Mopidy's default mixer. - -Dependencies -============ - -None - - -Configuration -============= - If this wasn't the default, you would set the :confval:`audio/mixer` config value to ``autoaudiomixer`` to use this mixer. """ diff --git a/mopidy/audio/mixers/fake.py b/mopidy/audio/mixers/fake.py index 589610ce..7daea6a1 100644 --- a/mopidy/audio/mixers/fake.py +++ b/mopidy/audio/mixers/fake.py @@ -1,14 +1,5 @@ """Fake mixer for use in tests. -Dependencies -============ - -None - - -Configuration -============= - Set the :confval:`audio/mixer:` config value to ``fakemixer`` to use this mixer. """