System Grab Bag

View all TLDR pages from common (or from all pages)

sphinx-build

Sphinx documentation generator. More information: http://www.sphinx-doc.org/en/master/man/sphinx-build.html.
  • Build documentation:
    sphinx-build -b {{html|epub|text|latex|man|...}} {{path/to/source_dir}} {{path/to/build_dir}}
  • Build documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package):
    sphinx-build -b {{html}} {{path/to/docs_dir}} {{path/to/build_dir}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.