Documentation

fiscalyear uses Sphinx and the Read the Docs Theme to generate its documentation. The documentation is proudly hosted on Read the Docs.

Building the documentation

To build the documentation, you’ll need to have sphinx and sphinx_rtd_theme installed. Then, cd to the docs directory and use the Makefile to build everything.

$ cd docs
$ make html

Continuous Integration (CI)

Every time a change is made to the documentation and pushed to GitHub, Read the Docs automatically rebuilds the documentation, keeping everything in sync and up-to-date.