X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=doc%2Fsource%2Findex.rst;fp=doc%2Fsource%2Findex.rst;h=9b4b43d15ed725808f0da536a618508dfff4fda2;hp=9a91ee43d21298cb1e4ae94d1d4bfd26c3f2cd9c;hb=43efcdd63b071ef5a5224fec37ebf298cfacd0f9;hpb=593b46bb7ce981af3272f5a33eb1727423e0d242 diff --git a/doc/source/index.rst b/doc/source/index.rst index 9a91ee4..9b4b43d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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