[Python-modules-commits] [pystaticconfiguration] 03/03: Add a patch to remove external HTML resources in doc

Sophie Brun sbrun-guest at moszumanska.debian.org
Wed Oct 25 13:03:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbrun-guest pushed a commit to branch debian/master
in repository pystaticconfiguration.

commit a84d5ca2ec1f2e0a2b35a8669c0c1b70378eb32c
Author: Sophie Brun <sophie at freexian.com>
Date:   Wed Oct 25 14:26:49 2017 +0200

    Add a patch to remove external HTML resources in doc
---
 .../patches/Remove-external-HTML-resources.patch   | 36 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/Remove-external-HTML-resources.patch b/debian/patches/Remove-external-HTML-resources.patch
new file mode 100644
index 0000000..6aec527
--- /dev/null
+++ b/debian/patches/Remove-external-HTML-resources.patch
@@ -0,0 +1,36 @@
+From: Sophie Brun <sophie at freexian.com>
+Date: Wed, 25 Oct 2017 14:25:06 +0200
+Subject: Remove external HTML resources
+
+---
+ docs/source/index.rst | 17 -----------------
+ 1 file changed, 17 deletions(-)
+
+diff --git a/docs/source/index.rst b/docs/source/index.rst
+index 3b872c9..792f904 100644
+--- a/docs/source/index.rst
++++ b/docs/source/index.rst
+@@ -2,23 +2,6 @@
+ PyStaticConfiguration Documentation
+ ===================================
+ 
+-Build Status
+-------------
+-
+-
+-.. image:: https://travis-ci.org/dnephin/PyStaticConfiguration.svg?branch=master
+-    :target: https://travis-ci.org/dnephin/PyStaticConfiguration
+-    :alt: Travis CI build status
+-
+-.. image:: https://img.shields.io/pypi/v/PyStaticConfiguration.svg
+-    :target: https://pypi.python.org/pypi/PyStaticConfiguration
+-    :alt: Latest PyPI version
+-
+-.. image:: https://coveralls.io/repos/github/dnephin/PyStaticConfiguration/badge.svg?branch=master
+-    :target: https://coveralls.io/github/dnephin/PyStaticConfiguration?branch=master
+-    :alt: Code Test Coverage
+-
+-
+ Install
+ -------
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fd41379
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Remove-external-HTML-resources.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pystaticconfiguration.git



More information about the Python-modules-commits mailing list