Installation

mightstone is a standalone python project that uses asyncio and requires python >= 3.9.0.

Install

mightstone needs to be installed just like any other python package into your documentation building environment:

pip install mightstone

or alternatively:

poetry add mightstone

Optional extensions

Once installed, you’ll need to enable it within sphinx’ conf.py: Mightstone use conf.py https://github.com/ICRAR/ijson that relies on YAJL https://lloyd.github.io/yajl/. IJson will use its python backend on the run if YAJL is not installed, but you cold benefit from installing YAJL locally.

brew install yajl

Configuration

mightstone does not support configuration yet.