Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 6d317a4e68 Switch to newer openstackdocstheme and reno versions
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.

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.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I4a29839379aaf82893f3f34af17f6134091e7064
2020-06-04 14:42:03 +02:00
Kristal Dale 333380daef Update landing pages for docs and release notes:
- Use updated project name in titles/text
- Correct text for link to Storyboard (docs)
- Correct capitalization in section headings
- Correct formatting for section headings
- Update project name in link to release notes, api-ref
- Update project name in config for docs/releasenotes/api-ref

Story:2007193
Task:38347

Change-Id: I52a53260042e6924673230486476c394001683ca
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2020-01-21 16:41:11 -08:00
Kristal Dale 185708cded Update config for release notes to include project name
Update conf.py for release notes to include the project
variable, set to the project name. This is so the string
above the left nav renders the project name.

Story: 2004900
Task: 29234

Change-Id: Id6b86d8c14628c0e04729e3e54b1718a51fe178b
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2019-02-05 14:27:48 -08:00
Kristal Dale a2ed44be0c Clean up and standardize landing pages
doc index.rst:
1. Update intro sentence to read as a complete sentence
2. Remove unused toctree
3. Correct heading levels (impacting side nav and correct rendering of content)
4. Remove "Indices and Tables" section: genindex page not used, search searches
only index (not useful here)

releasenotes index.rst:
1. Standardize page title reST markup
2. Remove search (make consistent with other openstack release note pages)

Change-Id: I4847f655f72c3ce4fe1f0d197b00167e499dd658
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
2018-12-27 17:11:33 -08:00
Abraham Arce e363a3e1c9 [Doc] openstackdocstheme starlingxdocs theme
Enable starlingxdocs theme support for:

- Documentation
- Release Notes

Change-Id: Ia425328931741459ad76023d89a042576440f1e4
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2018-10-22 14:39:17 +00:00
Dean Troyer 1765cc4896 Add relnotes publish job
* Add pointers in the main doc to releasenotes pages
* Add publish-stx-releasenotes job
* Add search at bottom of relnotes page to trigger the job

Change-Id: I809c932377f1346169317bd6ef80421163851c54
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-10-12 15:21:30 -05:00
Dean Troyer 3b0f1c219a Add publish job for docs
Also set the theme to alabaster until starlingxdocs is ready

Change-Id: I5bc676fcb03b81a6a339051675962fcc11089493
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-10-06 14:47:01 -05:00
Dean Troyer 39d3e527be [Doc] stx.2018.10 release note placeholder
Change-Id: Idd7843b39d11bb987210f1444de82984db493baf
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-09-27 21:55:50 -05:00
Abraham Arce f1911d6904 [Doc] Release Notes Management
Baseline changes to comply with Release Notes Management
based in Reno [0]:

* Use build-openstack-releasenotes job for release notes
  (We can't use the OpenStack releasenotes template as it includes
  publish jobs, stx needs its own)
* Add newnote tox environment as convenience for creating new release
  notes, re-using the releasenotes venv.
* Changed to SPDX-License-Identifier: Apache-2.0

[0] https://docs.openstack.org/reno/latest/

Story: 2003101
Task: 26722

Change-Id: I5643b035a660a257a1e0b9ca2d70e8fe5cb13d3a
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2018-09-25 14:43:18 -05:00