mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fix doc
This commit is contained in:
parent
c0e76df229
commit
d56f9ade4f
3 changed files with 3 additions and 2 deletions
|
@ -434,7 +434,7 @@ Here is how it's used (I don't understand why a path is not provided):
|
||||||
|
|
||||||
And here is its docstring:
|
And here is its docstring:
|
||||||
|
|
||||||
.. automethod:: moulinette.authenticators.ldap.Authenticator.update
|
.. automethod:: moulinette.authenticators.ldap.Authenticator.validate_uniqueness
|
||||||
|
|
||||||
Get conflict
|
Get conflict
|
||||||
============
|
============
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Stream operation utils
|
Stream operation utils
|
||||||
======================
|
======================
|
||||||
|
|
||||||
.. autofunction:: moulinette.utils.stream.async_file_reading
|
.. autofunction:: moulinette.utils.stream.LogPipe
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -32,6 +32,7 @@ skip_install = {[testenv:format]skip_install}
|
||||||
usedevelop = {[testenv:format]usedevelop}
|
usedevelop = {[testenv:format]usedevelop}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
basepython = {[testenv:format]basepython}
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
commands = python3 -m sphinx -W doc/ doc/_build
|
commands = python3 -m sphinx -W doc/ doc/_build
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Reference in a new issue