docs directory to the docs directory

This commit is contained in:
Sajith Sasidharan 2021-03-23 10:35:30 -04:00
parent 72ffc6211c
commit db02800232

View File

@ -26,8 +26,8 @@ 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 docs directory. You may also need to install some additional
Python packages, such as setuptools and recommonmark.
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 comments in Python source code to
generate API documentation. Tahoe-LAFS currently does not use Sphinx