[Python-modules-commits] [zzzeeksphinx] 01/03: Import zzzeeksphinx_1.0.18.orig.tar.gz
Piotr Ożarowski
piotr at moszumanska.debian.org
Sat Jul 30 21:45:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
piotr pushed a commit to branch master
in repository zzzeeksphinx.
commit ca06c504ee584d64900a66fa18c3041853e9069b
Author: Piotr Ożarowski <piotr at debian.org>
Date: Sun Jun 5 22:58:51 2016 +0200
Import zzzeeksphinx_1.0.18.orig.tar.gz
---
PKG-INFO | 2 +-
zzzeeksphinx.egg-info/PKG-INFO | 2 +-
zzzeeksphinx/__init__.py | 2 +-
zzzeeksphinx/autodoc_mods.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/PKG-INFO b/PKG-INFO
index edce183..21c97bd 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: zzzeeksphinx
-Version: 1.0.17
+Version: 1.0.18
Summary: Zzzeek's Sphinx Layout and Utilities.
Home-page: http://bitbucket.org/zzzeek/zzzeeksphinx
Author: Mike Bayer
diff --git a/zzzeeksphinx.egg-info/PKG-INFO b/zzzeeksphinx.egg-info/PKG-INFO
index edce183..21c97bd 100644
--- a/zzzeeksphinx.egg-info/PKG-INFO
+++ b/zzzeeksphinx.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: zzzeeksphinx
-Version: 1.0.17
+Version: 1.0.18
Summary: Zzzeek's Sphinx Layout and Utilities.
Home-page: http://bitbucket.org/zzzeek/zzzeeksphinx
Author: Mike Bayer
diff --git a/zzzeeksphinx/__init__.py b/zzzeeksphinx/__init__.py
index f5989e7..ca86eaf 100644
--- a/zzzeeksphinx/__init__.py
+++ b/zzzeeksphinx/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.0.17'
+__version__ = '1.0.18'
def setup(app):
diff --git a/zzzeeksphinx/autodoc_mods.py b/zzzeeksphinx/autodoc_mods.py
index 458e9c1..90f3d66 100644
--- a/zzzeeksphinx/autodoc_mods.py
+++ b/zzzeeksphinx/autodoc_mods.py
@@ -50,7 +50,7 @@ def autodoc_process_docstring(app, what, name, obj, options, lines):
""
]
- elif what in ("attribute", "method") and options.get("inherited-members"):
+ elif what in ("attribute", "method"):
m = re.match(r'(.*?)\.([\w_]+)$', name)
if m:
clsname, attrname = m.group(1, 2)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/zzzeeksphinx.git
More information about the Python-modules-commits
mailing list