Subject: Sphinx: Remove installation
Author: Alexander Sulfrian <alexander@sulfrian.net>
Forwarded: not-needed

Remove the installation section in the documentation. This is not needed on a
debian system and it contains repoligy badge that breaches the privacy of the
user.

Index: python-sounddevice/doc/index.rst
===================================================================
--- python-sounddevice.orig/doc/index.rst
+++ python-sounddevice/doc/index.rst
@@ -9,7 +9,6 @@
 
 .. toctree::
 
-   installation
    usage
    examples
    contributing
Index: python-sounddevice/doc/conf.py
===================================================================
--- python-sounddevice.orig/doc/conf.py
+++ python-sounddevice/doc/conf.py
@@ -38,6 +38,7 @@ intersphinx_mapping = {
 }
 
 master_doc = 'index'
+exclude_patterns = ['installation.rst']
 
 authors = 'Matthias Geier'
 project = 'python-sounddevice'
