summaryrefslogtreecommitdiffstats
path: root/llvm/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Add a custom sidebar to doc pagesDeForest Richards2019-09-201-2/+9
| | | | | | Adds a custom sidebar to LLVM docs. Sidebar includes links to How to submit a bug and FAQ topics, as well as a Show Source link and search box. llvm-svn: 372432
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-2/+2
| | | | | | and clear the release notes. llvm-svn: 366427
* [docs] Add support for Markdown documentation when creating man pagesIgor Kudrin2019-05-031-14/+32
| | | | | | | | | | rL358749 added a documentation page in the Markdown format. Currently, such pages are ignored in the configuration script for manual pages. This patch fixes that. Differential Revision: https://reviews.llvm.org/D60964 llvm-svn: 359860
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-2/+2
| | | | llvm-svn: 351320
* Python compat - print statementSerge Guelton2019-01-031-4/+5
| | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307
* manpages: Update the URL for httpsSylvestre Ledru2018-12-261-1/+1
| | | | llvm-svn: 350077
* Add a CommandGuide for llvm-objdumpMichael Trent2018-08-081-0/+3
| | | | | | | | | | | | | | | | Summary: Add a CommandGuide for llvm-objdump summarizing its usage along with some general context. Reviewers: beanz Reviewed By: beanz Subscribers: Eugene.Zelenko, llvm-commits Differential Revision: https://reviews.llvm.org/D50034 llvm-svn: 339250
* [docs] Reinstate r337730 - Add support for Markdown documentation inChandler Carruth2018-08-061-1/+3
| | | | | | | | | | | | | Sphinx. We think the bot is updated now, so trying this again. I'm landing it (with permission) as Michael is at a con at the moment. Actual patch largely by Michael Spencer. Differential Revision: https://reviews.llvm.org/D44910 llvm-svn: 338977
* Bump the trunk version to 8.0.0svnHans Wennborg2018-08-011-2/+2
| | | | llvm-svn: 338537
* Revert "[docs] Add support for Markdown documentation in Sphinx"Michael J. Spencer2018-07-231-3/+1
| | | | | | Looks like this bot hasn't been updated yet. llvm-svn: 337731
* [docs] Add support for Markdown documentation in SphinxMichael J. Spencer2018-07-231-1/+3
| | | | | | Differential Revision: https://reviews.llvm.org/D44910 llvm-svn: 337730
* Revert "[docs] Add support for Markdown documentation in Sphinx"Michael J. Spencer2018-07-201-3/+1
| | | | | | The buildbots have an old version of Sphinx (need at least 1.3). Revert until they are upgraded. llvm-svn: 337513
* [docs] Add support for Markdown documentation in SphinxMichael J. Spencer2018-07-191-1/+3
| | | | | | Differential Revision: https://reviews.llvm.org/D44910 llvm-svn: 337509
* The trunk version is now 7.0.0svnHans Wennborg2018-01-031-2/+2
| | | | llvm-svn: 321712
* Update trunk version to 6.0.0svnHans Wennborg2017-07-191-2/+2
| | | | llvm-svn: 308442
* docs/conf.py: Suppress sphinx highlighting failure warningsMatthias Braun2017-02-101-0/+4
| | | | | | | | | | | | | The pygments syntax highlighting package used by sphinx fails to parse newer LLVM constructs or valid (at least to me) gas constructs like `.secrel32 _function_name + 0`. Disable this particular warning so the build doesn't abort as fixing pygments doesn't seem a workable option here. Differential Revision: https://reviews.llvm.org/D29794 llvm-svn: 294672
* Bump trunk version to 5.0.0svnHans Wennborg2017-01-121-3/+3
| | | | llvm-svn: 291815
* Fix some typos in the docSylvestre Ledru2016-08-281-1/+1
| | | | llvm-svn: 279943
* Bump the trunk version to 4.0.0svn.Hans Wennborg2016-07-181-2/+2
| | | | | | Differential Revision: https://reviews.llvm.org/D21821 llvm-svn: 275827
* Update version to 3.9.Hans Wennborg2016-01-131-2/+2
| | | | llvm-svn: 257627
* Docs: keep copyright years up-to-date.Hans Wennborg2015-08-121-1/+2
| | | | llvm-svn: 244789
* Update the trunk version to 3.8.0svn.Hans Wennborg2015-07-141-2/+2
| | | | llvm-svn: 242222
* Trunk is now 3.7.0svnHans Wennborg2015-01-141-2/+2
| | | | llvm-svn: 226004
* Update LLVM version: 3.5 => 3.6Hans Wennborg2014-07-281-2/+2
| | | | | | | | | | | | | We branched 3.5, it's now time to work on 3.6. This is Sylvestre's patch from [1] plus regenerated configure file by me, and minus the release notes reset, which Sean pointed out [2] should happen later. 1. http://reviews.llvm.org/D4660 2. http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140721/111137.html llvm-svn: 214131
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-1/+1
| | | | | FIXME: Dragonegg may be updated at non-trivial changes. llvm-svn: 198274
* We're in 3.4 land now.Bill Wendling2013-05-071-2/+2
| | | | llvm-svn: 181350
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-011-1/+1
| | | | llvm-svn: 171342
* docs: Try out nosidebar.Sean Silva2012-12-201-1/+1
| | | | | | Please squawk if you find this appalling or otherwise don't like it. llvm-svn: 170803
* Bump sphinx config to 3.3.Benjamin Kramer2012-11-171-2/+2
| | | | llvm-svn: 168273
* [Docs] Fix Sphinx incremental build. Patch by Sean Silva!Michael J. Spencer2012-09-051-13/+3
| | | | llvm-svn: 163235
* Patch by Sean Silva to un-barf his computer by explicitly removing the '\n'Bill Wendling2012-08-281-3/+2
| | | | | | character instead of always the last character. llvm-svn: 162767
* [docs] Add support for building man pages using Sphinx.Daniel Dunbar2012-05-081-26/+33
| | | | llvm-svn: 156386
* [docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar2012-05-021-4/+8
| | | | llvm-svn: 156032
* [docs] Update version number. I suggest that at some point we make theMichael J. Spencer2012-04-201-2/+2
| | | | | | build system generate this file with the proper version. llvm-svn: 155221
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-191-5/+12
| | | | | | | | - Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
* [docs] Stub out structure for Sphinx-based docs.Daniel Dunbar2012-04-191-0/+245
- Work in progress, this is just the basic structure. llvm-svn: 155132
OpenPOWER on IntegriCloud