File: do-not-use-sphinxcontrib.napoleon-theme.patch

package info (click to toggle)
python-kafka 2.0.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,740 kB
  • sloc: python: 20,457; makefile: 210; sh: 76
file content (19 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Do not use the sphinxcontrib.napoleon sphinx theme
 This theme isn't available in Debian (yet), and I don't have the time to
 package it, so for now, I'm just disabling the use of it.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-02-17

Index: python-kafka/docs/conf.py
===================================================================
--- python-kafka.orig/docs/conf.py
+++ python-kafka/docs/conf.py
@@ -31,7 +31,6 @@ extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.intersphinx',
     'sphinx.ext.viewcode',
-    'sphinx.ext.napoleon',
 ]
 
 # Add any paths that contain templates here, relative to this directory.