This commit is contained in:
Kay0u 2021-01-26 10:40:38 +01:00
parent c0e76df229
commit d56f9ade4f
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
3 changed files with 3 additions and 2 deletions

View file

@ -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
============ ============

View file

@ -1,4 +1,4 @@
Stream operation utils Stream operation utils
====================== ======================
.. autofunction:: moulinette.utils.stream.async_file_reading .. autofunction:: moulinette.utils.stream.LogPipe

View file

@ -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 =