1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 17:26:01 +02:00

sphinx-build: add page (#3211)

This commit is contained in:
NightMachinary 2019-07-31 15:41:59 +04:30 committed by Starbeamrainbowlabs
parent c160121bdc
commit d950e75779

View file

@ -0,0 +1,12 @@
# 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}}`