summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unicode prefix from codeniuke2022-08-231-3/+3
| | | | Change-Id: I70f0112f1ee3066ffd9316d10b84b9ea5b7fc306
* Document in-band deploy steps and add more docs for custom stepsDmitry Tantsur2020-08-241-0/+1
| | | | | | Change-Id: I304a460f88f3f8ee33cf642355f0e659184db724 Story: #2006963 Task: #40727
* Refactor and fix documentationDmitry Tantsur2020-08-241-0/+5
| | | | | | | | | | | | Currently the index page contains a brief introduction and 3 links. Expand the table of contents to show more subheadings. Clean up the install, admin and contributing docs of unnecessary and wrong content and redundant headings. Update URLs throughout the text. Change-Id: I03279ffc9faf387b08f727dee3b8898a69918460
* Fix apidoc buildJulia Kreger2020-06-151-0/+9
| | | | Change-Id: Id7c5686cdbdc79812e06eb4a5f87eddc75005cc3
* Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_name to use 'project' variable 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. 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. This repo uses storyboard, configure the proper variables. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Id084bfc9d5ae7a95d3cba22a00b4c03a35967ee4
* Replace WSME and Pecan with WerkzeugDmitry Tantsur2019-12-041-10/+0
| | | | | | | | | WSME is no longer maintained and Pecan is an overkill for our (purely internal) API. This change rewrites the API in Werkzeug (the library underneath Flask). I don't use Flask here since it's also an overkill for API with 4 meaningful endpoints. Change-Id: Ifed45f70869adf00e795202a53a2a53c9c57ef30
* Build pdf docKaifeng Wang2019-09-061-1/+2
| | | | | | | | | | | | | | | | | | | | The is one of community goals that each project could produce a single PDF file. The pdf should be in the output of openstack-tox-docs job. TeX packages are required to build PDF locally, following is recommended: * inkscape * texlive-latex-base * texlive-latex-extra * texlive-fonts-recommended More about the goal: https://governance.openstack.org/tc/goals/train/pdf-doc-generation.html https://etherpad.openstack.org/p/train-pdf-support-goal https://etherpad.openstack.org/p/pdf-goal-train-common-problems Change-Id: If5446ce4ceee7e38a0052503aa8fc2b6c5d7de66
* Bump openstackdocstheme to 1.20.0翟小君2019-07-031-18/+3
| | | | | | | | | | | | Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: I38d3f05ce9d6a32a0c4e5d44df13e527aa629b2e
* Merge "Removes unnecessary utf-8 encoding"Jenkins2017-07-251-3/+0
|\
| * Removes unnecessary utf-8 encodingArundhati Surpur2017-07-041-3/+0
| | | | | | | | | | | | | | This patches removes unnecessary utf-8 encoding in doc/source/conf.py Change-Id: I864658137f58e78cd275cf8de7b0774a8d7991cb
* | Switch from oslosphinx to openstackdocsthemeJulia Kreger2017-07-041-4/+10
|/ | | | Change-Id: I1aecf894955e8095c11b8fb82d60488e5d0aca5f
* Remove pbr warnerrors in favor of sphinx checkVu Cong Tuan2017-06-111-0/+6
| | | | | | | | | | | This change removes the now unused "warnerrors" setting, which is replaced by "warning-is-error" in sphinx releases >= 1.5 [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/ 2017-March/113085.html Change-Id: I9bf18ff72f36dfd3496b9672604e8bb98999b133
* Add sphinx build + basic documentationJay Faulkner2015-03-311-0/+82
This adds and configures a sphinx doc builder. This is based on the code in Ironic to build documentation. The goal is for this to contain development documentation relevant to hacking on the agent, including how to make custom HardwareManagers. Change-Id: Ib6cecb9959f4ad5c71440fb37827b996582a9545