diff --git a/doc/ldap.rst b/doc/ldap.rst index a9c91dc5..31e091ea 100644 --- a/doc/ldap.rst +++ b/doc/ldap.rst @@ -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: -.. automethod:: moulinette.authenticators.ldap.Authenticator.update +.. automethod:: moulinette.authenticators.ldap.Authenticator.validate_uniqueness Get conflict ============ diff --git a/doc/utils/stream.rst b/doc/utils/stream.rst index 5d9dd34f..b3205f02 100644 --- a/doc/utils/stream.rst +++ b/doc/utils/stream.rst @@ -1,4 +1,4 @@ Stream operation utils ====================== -.. autofunction:: moulinette.utils.stream.async_file_reading +.. autofunction:: moulinette.utils.stream.LogPipe diff --git a/tox.ini b/tox.ini index 770704ae..67e9d9e0 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,7 @@ skip_install = {[testenv:format]skip_install} usedevelop = {[testenv:format]usedevelop} [testenv:docs] +basepython = {[testenv:format]basepython} usedevelop = True commands = python3 -m sphinx -W doc/ doc/_build deps =