Three steps to document Solididty in SPHINX
Posted on Tue 27 September 2022 in tech • Tagged with solidity, programming, ethereum, crypto, sphinx, tutorial
I was able to get solidity docgen working by implementing a series of three different stages all automated in our build process.
- Parse the
solc
output into actual json. - Load the
json
file into the documentation system - Use a Jinja template to convert the api document
There is shockingly poor …
Continue reading