diff --git a/docs/Makefile b/docs/Makefile index 8ca48c2547843..fbb0de2cf1ae9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -23,9 +23,9 @@ mdx_copy: cp -rf sphinx/_build/mdx/sections/api/apidocs/* docs/api/python-api/ sphinx_objects_inv: - @echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + @echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" @echo "DEPRECATED - use \`yarn build-api-docs\`" - @echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" + @echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" tox -e sphinx cp sphinx/_build/json/objects.inv static/. diff --git a/docs/tox.ini b/docs/tox.ini index a9b6adf57dcd5..51a5d6e48c3d4 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -1,6 +1,5 @@ [tox] skipsdist = True -envlist = py311 [testenv] download = True