mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
The `only` directive can be used to include content selectively. It cannot be used to select a different TOC, which is why we resorted to separate doc builds before. Now that we have dropped EV3 references from the docs, we can use a single build and just customize the content on the landing page with the only directive. The docs can now be built with: # Main docs: make -C doc html SPHINXOPTS=-tmain # IDE docs: make -C doc html SPHINXOPTS=-tide