summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* doc/source/conf.py: Added `images` directory for statically included filesTristan Van Berkom2018-10-291-1/+1
|
* doc: Adding badges.py release badge generatorTristan Van Berkom2018-08-291-1/+1
| | | | | | | | This adds a step to the docs generation Makefile to generate release.svg and snapshot.svg badges, modelled after the gitlab badges. This also adds the generated badges directory in docs to .gitignore
* doc/source/conf.py: Fix E402 warningJavier Jardón2018-08-281-2/+2
|
* doc/source/conf.py: Fix E201, E202 warningsJavier Jardón2018-08-281-1/+1
|
* source/conf.py: change copyright/author to "BuildStream Team"Javier Jardón2018-03-221-3/+3
|
* source/conf.py: Update copyright year to 2018Javier Jardón2018-03-201-1/+1
|
* source/conf.py: Keep documentation version in syncJavier Jardón2018-03-201-2/+4
|
* Change theme to sphinx_rtd_themeJavier Jardón2018-03-201-6/+1
| | | | | The sphinx_rtd_theme is a sphinx theme designed to look modern and be mobile-friendly http://sphinx-rtd-theme.readthedocs.io/en/latest/index.html
* Documentation: Fix warnings, and make all warnings errors.Tristan Van Berkom2018-01-051-1/+1
| | | | | | | | | | Some of the warnings from sphinx-build are really just warnings, but a lot of the things we want to avoid and really break documentation, like broken internal references and some invalid rst directives should really be errors. Now we treat all warnings as errors, this should ensure that any commits landing upstream never break the docs.
* Documentation: Added "Invoking BuildStream" user facing documentationTristan Van Berkom2017-05-031-0/+1
| | | | | | This is using the relatively new `sphinx-click` plugin and will automatically update the documentation based on whatever changes in the frontend.
* Updated documentation copyright to 2017Tristan Van Berkom2017-03-101-1/+1
|
* Documentation skeleton touchupsTristan Van Berkom2016-11-151-0/+5
| | | | | | * Remove obnoxious entry in sidebar * Remove search page access from bottom of main page, search is available in sidebar
* documentation config changesTristan Van Berkom2016-11-141-2/+2
| | | | | * Dont show module paths on function/class docs * Sort the module index ignoring the buildstream prefix
* Docs configuration changesTristan Van Berkom2016-11-141-0/+3
| | | | | | | | | | | - Enable sphinx.ext.napoleon extension Allows generation of docs from nicer looking docstrings - autodoc_member_order = 'bysource' Ensure class/module documentation orders the docs in the same order documentation was encountered in the source code
* Adding sphinx doc stuffTristan Van Berkom2016-11-081-0/+341