I'm creating a sphinx setup for CAT. I'm running into the nice terminal control characters in my output and I'm guessing that I need to use the extensions in this repo to get sphinx to nicely render documentation of my classes that use param.
I see from sphinx documentation how I can run sphinx-quickstart and sphinx-apidoc to get bootstrapped but I don't understand how to add this repo as a sphinx extension so that I can use it. Holoviews seems to just call into this for it's building as opposed to using a more standard looking sphinx setup that has extensions from this repo listed in the conf.py.
Can you guys point me in the right direction and possibly document this?
cc: @groutr & @jackjchen FYI
I'm creating a sphinx setup for CAT. I'm running into the nice terminal control characters in my output and I'm guessing that I need to use the extensions in this repo to get sphinx to nicely render documentation of my classes that use param.
I see from sphinx documentation how I can run
sphinx-quickstartandsphinx-apidocto get bootstrapped but I don't understand how to add this repo as a sphinx extension so that I can use it. Holoviews seems to just call into this for it's building as opposed to using a more standard looking sphinx setup that has extensions from this repo listed in theconf.py.Can you guys point me in the right direction and possibly document this?
cc: @groutr & @jackjchen FYI