summaryrefslogtreecommitdiffstats
path: root/lldb/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Generate the LLDB man page with SphinxJonas Devlieghere2019-11-211-1/+1
| | | | | | | | | | | This patch replaces the existing out-of-date man page for lldb and replaces it with an RST file from which sphinx generates the actual troff file. This is similar to how man pages are generated for the rest of the LLVM utilities. The man page is generated by building the `docs-lldb-man` target. Differential revision: https://reviews.llvm.org/D70514
* Get back the navigation sidebar on the LLDB website.Adrian Prantl2019-05-151-2/+4
| | | | | | | | | This returns the look & feel of the Sphinx-generated LLDB website to the original pre-Sphinx layout. Differential Revision: https://reviews.llvm.org/D61913 llvm-svn: 360819
* LLDB website: Change the title back to "The LLDB Debugger"Adrian Prantl2019-05-141-1/+4
| | | | | | This is what the old homepage also used. llvm-svn: 360641
* [Docs] Add timestampJonas Devlieghere2019-05-071-1/+1
| | | | llvm-svn: 360209
* [Docs] Add 301 redirects for old URLsJonas Devlieghere2019-04-231-0/+1
| | | | llvm-svn: 359004
* Add LLDB website and documentation in reStructuredText for SphinxJonas Devlieghere2019-01-301-0/+247
The current LLDB website is written in HTML which is hard to maintain. We have quite a bit of HTML code checked in which can make it hard to differentiate between documentation written by us and documentation generated by a tool. In line with the other LLVM projects, I propose generating the documentation with Sphix. I think text/rst files provide a lower barrier for new or casual contributors to fix or update. This patch adds a copy of the LLDB website and documentation in reStructuredText. It also adds a new ninja target `docs-lldb-html` when -DLLVM_ENABLE_SPHINX:BOOL is enabled. This is the first step in having the website and documentation being generated from the repository, rather than having the output checked-in under the www folder. During the hopefully short transition period, please also update the reStructuredText files when modifying the website. Differential revision: https://reviews.llvm.org/D55376 llvm-svn: 352644
OpenPOWER on IntegriCloud