aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28Fix some typos in the docSylvestre Ledru1-1/+1
llvm-svn: 279943
2016-07-18Bump the trunk version to 4.0.0svn.Hans Wennborg1-2/+2
Differential Revision: https://reviews.llvm.org/D21821 llvm-svn: 275827
2016-01-13Update version to 3.9.Hans Wennborg1-2/+2
llvm-svn: 257627
2015-08-12Docs: keep copyright years up-to-date.Hans Wennborg1-1/+2
llvm-svn: 244789
2015-07-14Update the trunk version to 3.8.0svn.Hans Wennborg1-2/+2
llvm-svn: 242222
2015-01-14Trunk is now 3.7.0svnHans Wennborg1-2/+2
llvm-svn: 226004
2014-07-28Update LLVM version: 3.5 => 3.6Hans Wennborg1-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
2014-01-01Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi1-1/+1
FIXME: Dragonegg may be updated at non-trivial changes. llvm-svn: 198274
2013-05-07We're in 3.4 land now.Bill Wendling1-2/+2
llvm-svn: 181350
2013-01-01Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi1-1/+1
llvm-svn: 171342
2012-12-20docs: Try out nosidebar.Sean Silva1-1/+1
Please squawk if you find this appalling or otherwise don't like it. llvm-svn: 170803
2012-11-17Bump sphinx config to 3.3.Benjamin Kramer1-2/+2
llvm-svn: 168273
2012-09-05[Docs] Fix Sphinx incremental build. Patch by Sean Silva!Michael J. Spencer1-13/+3
llvm-svn: 163235
2012-08-28Patch by Sean Silva to un-barf his computer by explicitly removing the '\n'Bill Wendling1-3/+2
character instead of always the last character. llvm-svn: 162767
2012-05-08[docs] Add support for building man pages using Sphinx.Daniel Dunbar1-26/+33
llvm-svn: 156386
2012-05-02[docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar1-4/+8
llvm-svn: 156032
2012-04-20[docs] Update version number. I suggest that at some point we make theMichael J. Spencer1-2/+2
build system generate this file with the proper version. llvm-svn: 155221
2012-04-19[docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar1-1/+1
with Sphinx. llvm-svn: 155153
2012-04-19[docs] Convert docs index page into Sphinx.Daniel Dunbar1-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
2012-04-19[docs] Stub out structure for Sphinx-based docs.Daniel Dunbar1-0/+245
- Work in progress, this is just the basic structure. llvm-svn: 155132