debian/cubicweb-web.lintian-overrides
author |
Julien Cristau <julien.cristau@logilab.fr> |
|
Wed, 11 Dec 2013 17:36:59 +0100 |
branch | stable |
changeset 9351 |
cfd5d793ac89 |
parent 857 |
f5728ee6fe39
|
permissions |
-rw-r--r-- |
[book] fix Session.{set,free}_cnxset autodoc
They're Session methods, not bare functions.
Without this building the docs says:
reading sources... [ 39%] devrepo/repo/sessions
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/sphinx/ext/autodoc.py", line 326, in import_object
obj = self.get_attr(obj, part)
File "/usr/lib/pymodules/python2.7/sphinx/ext/autodoc.py", line 232, in get_attr
return safe_getattr(obj, name, *defargs)
File "/usr/lib/pymodules/python2.7/sphinx/util/inspect.py", line 70, in safe_getattr
raise AttributeError(name)
AttributeError: set_cnxset
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/sphinx/ext/autodoc.py", line 326, in import_object
obj = self.get_attr(obj, part)
File "/usr/lib/pymodules/python2.7/sphinx/ext/autodoc.py", line 232, in get_attr
return safe_getattr(obj, name, *defargs)
File "/usr/lib/pymodules/python2.7/sphinx/util/inspect.py", line 70, in safe_getattr
raise AttributeError(name)
AttributeError: free_cnxset
857
f5728ee6fe39
we want to keep control on jquery.js file version
Julien Jehannet <julien.jehannet@logilab.fr>
parents:
diff
changeset
|
1 |
cubicweb-web: embedded-javascript-library usr/share/cubicweb/cubes/shared/data/jquery.js
|