Merge "Include release notes in the main docs page of Tobiko"

This commit is contained in:
Zuul 2024-12-05 13:58:59 +00:00 committed by Gerrit Code Review
commit 0425daafa0
10 changed files with 39 additions and 5 deletions

View File

@ -10,6 +10,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
post_checkout:
- git fetch --unshallow || true
# Build documentation in the docs/ directory with Sphinx
sphinx:

View File

@ -70,6 +70,7 @@ extensions = [
'sphinx.ext.napoleon',
'oslo_config.sphinxext',
'oslo_config.sphinxconfiggen',
'reno.sphinxext',
]
# Add any paths that contain templates here, relative to this directory.

View File

@ -22,3 +22,4 @@ tree <https://opendev.org/x/tobiko/src/branch/master/doc/source>`__.
reference/index
etc/index
miscellaneous/index
releasenotes/index

1
doc/source/releasenotes Symbolic link
View File

@ -0,0 +1 @@
../../releasenotes/source

View File

@ -0,0 +1,6 @@
============
Tobiko 0.6.0
============
.. release-notes:: Release Notes
:version: 0.6.0

View File

@ -0,0 +1,6 @@
============
Tobiko 0.6.2
============
.. release-notes:: Release Notes
:version: 0.6.2

View File

@ -0,0 +1,6 @@
============
Tobiko 0.7.0
============
.. release-notes:: Release Notes
:version: 0.7.0

View File

@ -0,0 +1,6 @@
============
Tobiko 0.7.1
============
.. release-notes:: Release Notes
:version: 0.7.1

View File

@ -3,10 +3,14 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Tobiko Release Notes's documentation!
================================================
Tobiko Release Notes's
======================
.. toctree::
:maxdepth: 1
unreleased
0.7.1
0.7.0
0.6.2
0.6.0

View File

@ -1,5 +1,5 @@
==========================
Unreleased Release Notes
==========================
==========
Unreleased
==========
.. release-notes::