1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
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'
|