summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Makefile.sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Bring back Makefile.sphinxSean Silva2016-03-231-0/+155
| | | | | | It is not part of autoconf and should not have been removed in r258861. llvm-svn: 264120
* Remove autoconf supportChris Bieneman2016-01-261-155/+0
| | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861
* Revert "Treat warnings in Sphinx as errors. The reasons for doing this are..."Dan Liew2014-07-221-1/+1
| | | | | | | | This reverts commit r213661. Reverting at the request of Sean Silva. llvm-svn: 213675
* Treat warnings in Sphinx as errors. The reasons for doing this are...Dan Liew2014-07-221-1/+1
| | | | | | | | | | - When CMake builds the documentation with sphinx-build it treats warnings as errors. We should be consistent with what we do in CMake. - Having warnings treated as errors will hopefully encourage developers to write documentation correctly. llvm-svn: 213661
* Makefile.sphinx: reST conversion is complete!Dmitri Gribenko2012-12-121-4/+0
| | | | | | No need to copy HTML files anymore. llvm-svn: 170029
* docs: Sphinxify `docs/tutorial/`Sean Silva2012-12-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the massive commit, but I just wanted to knock this one down and it is really straightforward. There are still a couple trivial (i.e. not related to the content) things left to fix: - Use of raw HTML links where :doc:`...` and :ref:`...` could be used instead. If you are a newbie and want to help fix this it would make for some good bite-sized patches; more experienced developers should be focusing on adding new content (to this tutorial or elsewhere, but please _do not_ waste your time on formatting when there is such dire need for documentation (see docs/SphinxQuickstartTemplate.rst to get started writing)). - Highlighting of the kaleidoscope code blocks (currently left as bare `::`). I will be working on writing a custom Pygments highlighter for this, mostly as training for maintaining the `llvm` code-block's lexer in-tree. I want to do this because I am extremely unhappy with how it just "gives up" on the slightest deviation from the expected syntax and leaves the whole code-block un-highlighted. More generally I am looking at writing some Sphinx extensions and keeping them in-tree as well, to support common use cases that currently have no good solution (like "monospace text inside a link"). llvm-svn: 169343
* Unbreak Sphinx buildJustin Holewinski2012-12-021-1/+2
| | | | llvm-svn: 169106
* Another fix attempt to Makefile.sphinx - copy the PNGs from tutorial/ as well,Eli Bendersky2012-12-011-1/+2
| | | | | | and recursive copying is not required for the tutorial/ directory. llvm-svn: 169105
* Attempt to fix Makefile.sphinx to not generate errors while trying to copyEli Bendersky2012-12-011-1/+1
| | | | | | files from tutorial/.svn llvm-svn: 169104
* [Docs] Fix Sphinx incremental build. Patch by Sean Silva!Michael J. Spencer2012-09-051-0/+4
| | | | llvm-svn: 163235
* [docs] Stub out structure for Sphinx-based docs.Daniel Dunbar2012-04-191-0/+155
- Work in progress, this is just the basic structure. llvm-svn: 155132
OpenPOWER on IntegriCloud