summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-2/+2
| | | | llvm-svn: 351320
* fix some typos in the docSylvestre Ledru2018-09-201-1/+1
| | | | llvm-svn: 342628
* Update version to 8.0.0svn: cmake, includes files and docsHans Wennborg2018-08-011-3/+3
| | | | llvm-svn: 338555
* Update version to 7.0.0svn: cmake, include files and docsHans Wennborg2018-01-031-2/+2
| | | | llvm-svn: 321725
* Bump docs version to 6.0Hans Wennborg2017-07-191-2/+2
| | | | llvm-svn: 308462
* Update version to 5.0Eric Fiselier2017-01-131-2/+2
| | | | llvm-svn: 291928
* Update year to 2017Eric Fiselier2017-01-031-1/+1
| | | | llvm-svn: 290876
* Update doc version to 4.0Eric Fiselier2016-12-091-2/+2
| | | | llvm-svn: 289206
* Update version numbers in docsEric Fiselier2016-05-031-3/+3
| | | | llvm-svn: 268459
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-221-0/+251
Summary: This patch adds Sphinx based documentation to libc++. The goal is to make it easier to write documentation for libc++ since writing new documentation in HTML is cumbersome. This patch rewrites the main page for libc++ along with the instructions for using, building and testing libc++. The built documentation can be found and reviewed here: http://efcs.ca/libcxx-docs In order to build the sphinx documentation you need to specify the cmake options `-DLLVM_ENABLE_SPHINX=ON -DLIBCXX_INCLUDE_DOCS=ON`. This will add the makefile rule `docs-libcxx-html`. Reviewers: chandlerc, mclow.lists, danalbert, jroelofs Subscribers: silvas, cfe-commits Differential Revision: http://reviews.llvm.org/D12129 llvm-svn: 245788
OpenPOWER on IntegriCloud