diff --git a/py/doc/conftest.py b/py/doc/conftest.py index aa7da3c62..02682076f 100644 --- a/py/doc/conftest.py +++ b/py/doc/conftest.py @@ -15,7 +15,8 @@ option = py.test.config.addoptions("documentation check options", Option('', '--apigenrelpath', action="store", dest="apigen_relpath", default="../../apigen", type="string", - help="force generation of html files even if they appear up-to-date" + help=("specify the relative path to apigen (used for link " + "generation)") ) )