4ed01cd69c
We can use this as a starting point for further changes. These files are copies of those from openstacdocs with most of the openstac-specific bits removed. This way we can track additional changes made as we progress. Change-Id: I41c2a7d63ba7796aa3cf3cc001e077d5de28a14d Signed-off-by: Dean Troyer <dtroyer@gmail.com>
12 lines
352 B
YAML
12 lines
352 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for including additional themes in the package, starting
|
|
with ``starlingxdocs``. The initial implementation sets up
|
|
the new theme to inherit from ``openstackdocs`` and updates some of
|
|
the ``openstackdocs`` bits that are hard coded in the Python.
|
|
|
|
For example::
|
|
|
|
html_theme = 'starlingxdocs'
|