153432945c
- include sphinx in requirements - basic configuration, generated using sphinx - updated gitignore to ignore the build directory - added a readme on how to build the docs
12 lines
247 B
ReStructuredText
12 lines
247 B
ReStructuredText
Building Docs
|
|
=============
|
|
|
|
Developer documentation is generated using Sphinx. To build this documentation,
|
|
run the following from the root of the repository.
|
|
|
|
.. code-block:: bash
|
|
|
|
$ tox -e docs
|
|
|
|
The documentation will be built at ``build/``.
|