Drop the note about running make html in docs

This commit is contained in:
Sajith Sasidharan 2021-03-23 10:52:51 -04:00
parent 5ac52da14c
commit 5b39940d47

View File

@ -25,10 +25,6 @@ https://www.sphinx-doc.org/
If you have `tox` installed, you can run `tox -e docs` and then open
the resulting docs/_build/html/index.html in your web browser.
If you have Sphinx and Make installed, you can also run `make html`
within the docs directory. You may also need to install some
additional Python packages, such as `setuptools` and `recommonmark`.
Note that Sphinx can also process Python docstrings to generate API
documentation. Tahoe-LAFS currently does not use Sphinx for this
purpose.