Kevin Putnam
Kevin Putnam
I've added a branch to my [fork](https://github.com/intelkevinputnam/cloud-hypervisor/tree/sphinx-build) which implements the bare minimum* needed for generating sphinx docs in place. We can use it to discuss ways to improve the organization...
Apologies. I've published it as github pages here: https://intelkevinputnam.github.io/cloud-hypervisor-docs-HTML/README.html
@ahkok Can you take a look?
What it is the output target of pandoc? I'd be happy to take a look.
Sounds good. I'll update the PR as a configurable option. Any guidance on naming the parameter?
@vermeeren Gotcha. Easily doable. Some additional thoughts: TL;DR - would it make sense to define different behaviors for `doxygenpage` vs `doxygengroup` or `doxygenclass`? I ran into this problem because I...
@vermeeren I agree that sorting should be a requested behavior. I'll take a stab at implementing it.
@vermeeren I used strings to denote the node to pull up rather than the type value. `breathe_detaileddesc_pullup_types = {"doxygenpage":["note","warning","fieldlist"]}`
@vermeeren can you help with this check error? I tried to match `self.context.directive_args` usage in other places in `sphinxrenderer.py`, but the linter doesn't seem to like it.
@michaeljones It looks to me like the linter is now blocking my PR on a file I haven't changed. Should I go ahead and submit the correction it is asking...