Skip to content
Snippets Groups Projects
Commit a0714288 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Extend explanation on how to build the documentation

parent 2fdf08b9
Branches
Tags v0.8.0
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!163F dict heuristic
Pipeline #54400 passed
......@@ -13,7 +13,10 @@ see INSTALL.md
We use sphinx to create the documentation. Docstrings in the code should comply
with the Googly style (see link below).
Build documentation in `src/doc` with `make html`.
Build documentation in `src/doc` with `make doc`. Note that for the
automatic generation of the complete API documentation, it is
necessary to first install this library with all its optional
dependencies, i.e., `pip install .[h5-crawler,spss]`.
### Requirements ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment