# Building the UFL documentation

To build the documentation:

1. Install UFL interface using the ``docs`` optional dependency set, e.g.

       python -m pip install .[docs]

   It must be possible to import the module ``ufl`` to build the documentation.

2. Run in this directory:
 
       python -m sphinx -W -b html source/ build/html/
