[Python-modules-commits] [pycryptodome] 11/18: Fix Documentation * Only use one maths extension, choose mathimg as mathjax embedding has privacy issues * Remove Travis and AppVeyor image links to address privacy issues
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Sun Jun 11 14:53:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to branch master
in repository pycryptodome.
commit 4c7d8006921755098bd4d5dd95d6bc1e1a24e53c
Author: Christopher Hoskin <mans0954 at debian.org>
Date: Wed Jun 7 20:43:23 2017 +0100
Fix Documentation
* Only use one maths extension, choose mathimg as mathjax embedding has privacy issues
* Remove Travis and AppVeyor image links to address privacy issues
Origin: upstream, https://github.com/Legrandin/pycryptodome/commit/05eb116ee1effcc39312121386eb047772925d62
Bug: https://github.com/Legrandin/pycryptodome/issues/73
Last-Update: 2017-07-08
---
Doc/conf.py | 2 +-
README.rst | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/Doc/conf.py b/Doc/conf.py
index 7b26049..f159582 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -25,7 +25,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.pngmath', 'sphinx.ext.mathjax']
+extensions = ['sphinx.ext.imgmath']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
diff --git a/README.rst b/README.rst
index 85e89cf..bb18953 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,3 @@
-.. image:: https://travis-ci.org/Legrandin/pycryptodome.svg?branch=master
- :target: https://travis-ci.org/Legrandin/pycryptodome
-
-.. image:: https://ci.appveyor.com/api/projects/status/mbxyqdodw9ylfib9/branch/master?svg=true
- :target: https://ci.appveyor.com/project/Legrandin/pycryptodome
-
PyCryptodome
============
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycryptodome.git
More information about the Python-modules-commits
mailing list