From de25477d4ee4a98f83071e462b8db84072bc477e Mon Sep 17 00:00:00 2001 From: Greg Waines Date: Tue, 24 May 2022 09:28:37 -0400 Subject: [PATCH] Had to comment out "language = None" for tox build to work. Creating stx-8.0 specs folder and fixing titles of some stx-7.0 specs Change-Id: I8bcba6fdcdeb4f17de7cf06e1b24fe2716f119df --- doc/source/conf.py | 2 +- doc/source/index.rst | 1 + .../networking_2009130_PTP_Time_SyncE.rst | 1 + ...networking_2009248_ptp_dual_nic_config.rst | 1 + ...curity_2009834_secure_openldap_support.rst | 1 + .../specs/stx-8.0/approved/_placeholder.rst | 8 + .../stx-8.0/implemented/_placeholder.rst | 8 + doc/source/specs/stx-8.0/index.rst | 27 ++ doc/source/specs/stx-8.0/template.rst | 371 ++++++++++++++++++ 9 files changed, 419 insertions(+), 1 deletion(-) create mode 100644 doc/source/specs/stx-8.0/approved/_placeholder.rst create mode 100644 doc/source/specs/stx-8.0/implemented/_placeholder.rst create mode 100644 doc/source/specs/stx-8.0/index.rst create mode 100644 doc/source/specs/stx-8.0/template.rst diff --git a/doc/source/conf.py b/doc/source/conf.py index 7459ddb..1ef9f1f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -61,7 +61,7 @@ openstackdocs_auto_version = False # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +# language = en # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/doc/source/index.rst b/doc/source/index.rst index 1f86a78..48d394a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -24,6 +24,7 @@ Here you can find the specs and spec template for each release: specs/stx-5.0/index specs/stx-6.0/index specs/stx-7.0/index + specs/stx-8.0/index Process ------- diff --git a/doc/source/specs/stx-7.0/approved/networking_2009130_PTP_Time_SyncE.rst b/doc/source/specs/stx-7.0/approved/networking_2009130_PTP_Time_SyncE.rst index 67f2ba9..350e627 100644 --- a/doc/source/specs/stx-7.0/approved/networking_2009130_PTP_Time_SyncE.rst +++ b/doc/source/specs/stx-7.0/approved/networking_2009130_PTP_Time_SyncE.rst @@ -4,6 +4,7 @@ .. +====================================================== Enhance PTP Features to Support 5G Time SyncE Solution ====================================================== diff --git a/doc/source/specs/stx-7.0/approved/networking_2009248_ptp_dual_nic_config.rst b/doc/source/specs/stx-7.0/approved/networking_2009248_ptp_dual_nic_config.rst index 5481c7b..91d8690 100644 --- a/doc/source/specs/stx-7.0/approved/networking_2009248_ptp_dual_nic_config.rst +++ b/doc/source/specs/stx-7.0/approved/networking_2009248_ptp_dual_nic_config.rst @@ -6,6 +6,7 @@ Many thanks to the OpenStack Nova team for the Example Spec that formed the basis for this document. +========================================== PTP Dual NIC Boundary Clock Configuration ========================================== diff --git a/doc/source/specs/stx-7.0/approved/security_2009834_secure_openldap_support.rst b/doc/source/specs/stx-7.0/approved/security_2009834_secure_openldap_support.rst index 8cc9552..385756a 100644 --- a/doc/source/specs/stx-7.0/approved/security_2009834_secure_openldap_support.rst +++ b/doc/source/specs/stx-7.0/approved/security_2009834_secure_openldap_support.rst @@ -1,3 +1,4 @@ +======================================== StarlingX Secure Local OpenLDAP Support ======================================== diff --git a/doc/source/specs/stx-8.0/approved/_placeholder.rst b/doc/source/specs/stx-8.0/approved/_placeholder.rst new file mode 100644 index 0000000..0cd761b --- /dev/null +++ b/doc/source/specs/stx-8.0/approved/_placeholder.rst @@ -0,0 +1,8 @@ +.. placeholder: + +=========== +Placeholder +=========== + +This file is a placeholder and should be deleted when the first spec is moved +to this directory. diff --git a/doc/source/specs/stx-8.0/implemented/_placeholder.rst b/doc/source/specs/stx-8.0/implemented/_placeholder.rst new file mode 100644 index 0000000..635d6d3 --- /dev/null +++ b/doc/source/specs/stx-8.0/implemented/_placeholder.rst @@ -0,0 +1,8 @@ +.. placeholder: + +=========== +Placeholder +=========== + +This file is a placeholder and should be deleted when the first spec is moved +to this directory. \ No newline at end of file diff --git a/doc/source/specs/stx-8.0/index.rst b/doc/source/specs/stx-8.0/index.rst new file mode 100644 index 0000000..ab7c875 --- /dev/null +++ b/doc/source/specs/stx-8.0/index.rst @@ -0,0 +1,27 @@ +StarlingX stx-8.0 Specs +======================= + +Template: + +.. toctree:: + :maxdepth: 1 + + Specification Template (stx-8.0 release)