]> kaliko git repositories - python-musicpd.git/blobdiff - doc/source/index.rst
pyproject migration
[python-musicpd.git] / doc / source / index.rst
index 9a91ee43d21298cb1e4ae94d1d4bfd26c3f2cd9c..9b4b43d15ed725808f0da536a618508dfff4fda2 100644 (file)
@@ -55,9 +55,7 @@ Build documentation
     # Installs sphinx if needed
     python3 -m venv venv && . ./venv/bin/activate
     pip install sphinx
-    # And build
-    python3 setup.py build_sphinx
-    # Or call sphinx
+    # Call sphinx
     sphinx-build -d ./doc/build/doctrees doc/source -b html ./doc/build/html