The various steps required to generate the sphinx’s based documentation are run through the exec-maven-plugin.
To generate only the documentation run
mvn package –P doc -pl doc
If you just pulled new changes or made changes to any code run
mvn install -P doc -DskipTests
Doc generation currently requires 7 steps
- Copies local mode configuration to conf/
- start rest server
- Compile trustedanalytics python client
- run build_docs.py
- run sphinx-build
- stop rest server
- archive documentation