summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-221-19/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. Set openstackdocs_auto_name to use 'project' as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I5598eebe898555869cd65a74950fdbd76a7baa46
* Migrate the link of bug report button to storyboardzhulingjie2018-08-301-2/+2
| | | | Change-Id: I28dc73a0b21719c02ea3b7fa47c68326bb87832d
* Document osc CLIZane Bitter2018-01-251-1/+1
| | | | | Change-Id: Idafe730021f272360ac0588f8b35e7d392c96d4b Closes-Bug: #1735019
* Remove vestigate HUDSON_PUBLISH_DOCS referenceMonty Taylor2017-09-021-4/+1
| | | | | | | This isn't actually used and is a leftover from a thing we did seven years ago that survives today through copy-pasta. Change-Id: Ic77d867ee1afaf4586a9fcbab5c36166e38604b6
* Switch from oslosphinx to openstackdocsthemeVan Hung Pham2017-07-031-14/+8
| | | | | | | | | As part of the docs migration work[0] for Pike we need to switch to use the openstackdocstheme. [0]https://review.openstack.org/#/c/472275/ Change-Id: I730996eb74d16ede3725494b561dc15493741c75
* Fix doc build if git is absentThomas Bechtold2016-07-131-2/+8
| | | | | | | | | When building packages if git is absent, then we should not set html_last_updated_fmt. It can still be set via the -D switch when building with sphinx-build. Change-Id: If6585c62ed783f38b2b80afa7fc9795f7e9426a6 Closes-Bug: #1552251
* Replace deprecated library function os.popen() with subprocessLiuNanke2016-01-091-2/+5
| | | | | | | | os.popen() is deprecated since version 2.6. Resolved with use of subprocess module. Closes-bug: #1529836 Change-Id: I04978ecdce04c8817c4c1c231ba7e65b908f5471
* Enable pep8 E265 testricolin2015-11-231-40/+40
| | | | | | Enable E265 block comment should start with '# ' Change-Id: I78813e73f8dd800bc58a1d69eedc2c066ccb8c28
* Stop using intersphinxAndreas Jaeger2014-09-131-1/+1
| | | | | | | | | | | | | | Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
* Update theme for docsSteve Martinelli2014-07-241-1/+1
| | | | | | | | The current developer docs theme used is out of sync with the other openstack projects. This patch will update the docs to provide a more consistent look and feel when using developer docs Change-Id: I97817b8c6d8bef71c4f237be864d1e79dc09098c
* Fix some trivial py3 errorsChmouel Boudjnah2014-01-111-1/+1
| | | | Change-Id: I72334d2ca82057e591dca4fcfa9ef7ecdd3b6878
* Added API reference documentJUN JIE NAN2014-01-061-0/+12
| | | | | | | The API reference document is missing so addded it and enabled pep8 check for conf.py. Change-Id: I04236c5427d7ac624781fbfc920a79f855d8cd75
* Add a basic man page for heatAngus Salkeld2013-11-121-0/+5
| | | | | | | This shows a taste of commands and shows how to access the help Closes-bug: #1153824 Change-Id: Ia69072c224e8940927dce0c984040d4c81bcee45
* Resync doc/source/conf.py from heat for consistencyAngus Salkeld2013-10-291-26/+210
| | | | | Change-Id: I77c5abbd22517ed99475b891d380583e06a04cf6 Partial-bug: #1153824
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-2/+2
| | | | | Change-Id: I8f2697ca99192078d5db2adb4db98287520d9895 Fixes-Bug: #1214176
* Initial importSteve Baker2012-10-101-0/+65