weaverryan/symfony-docs

CI Check ideas

weaverryan opened this issue · 2 comments

  • Error if there is an .rst file that was never included in a toctree
  • Ability to check external link for validity (2xx status code). Sphinx has this ability.
  • Run php-cs-fixer on all code blocks

1/ we're actually doing this test: after the parsing process we're checking if all rst is rendered. If some .rst is not rendered in html (and does not is marked as :orphan:, this means it is not included in any toctree
2/ see #17
3/ see #16