Created
March 11, 2013 12:06
-
-
Save cointoss1973/5133794 to your computer and use it in GitHub Desktop.
sphinx make target list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ make | |
| Please use `make <target>' where <target> is one of | |
| html to make standalone HTML files | |
| dirhtml to make HTML files named index.html in directories | |
| singlehtml to make a single large HTML file | |
| pickle to make pickle files | |
| json to make JSON files | |
| htmlhelp to make HTML files and a HTML help project | |
| qthelp to make HTML files and a qthelp project | |
| devhelp to make HTML files and a Devhelp project | |
| epub to make an epub | |
| latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter | |
| latexpdf to make LaTeX files and run them through pdflatex | |
| text to make text files | |
| man to make manual pages | |
| texinfo to make Texinfo files | |
| info to make Texinfo files and run them through makeinfo | |
| gettext to make PO message catalogs | |
| changes to make an overview of all changed/added/deprecated items | |
| linkcheck to check all external links for integrity | |
| doctest to run all doctests embedded in the documentation (if enabled) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment