Merge "Include release notes in the main docs page of Tobiko"
This commit is contained in:
commit
0425daafa0
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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
1
doc/source/releasenotes
Symbolic link
@ -0,0 +1 @@
|
||||
../../releasenotes/source
|
6
releasenotes/source/0.6.0.rst
Normal file
6
releasenotes/source/0.6.0.rst
Normal file
@ -0,0 +1,6 @@
|
||||
============
|
||||
Tobiko 0.6.0
|
||||
============
|
||||
|
||||
.. release-notes:: Release Notes
|
||||
:version: 0.6.0
|
6
releasenotes/source/0.6.2.rst
Normal file
6
releasenotes/source/0.6.2.rst
Normal file
@ -0,0 +1,6 @@
|
||||
============
|
||||
Tobiko 0.6.2
|
||||
============
|
||||
|
||||
.. release-notes:: Release Notes
|
||||
:version: 0.6.2
|
6
releasenotes/source/0.7.0.rst
Normal file
6
releasenotes/source/0.7.0.rst
Normal file
@ -0,0 +1,6 @@
|
||||
============
|
||||
Tobiko 0.7.0
|
||||
============
|
||||
|
||||
.. release-notes:: Release Notes
|
||||
:version: 0.7.0
|
6
releasenotes/source/0.7.1.rst
Normal file
6
releasenotes/source/0.7.1.rst
Normal file
@ -0,0 +1,6 @@
|
||||
============
|
||||
Tobiko 0.7.1
|
||||
============
|
||||
|
||||
.. release-notes:: Release Notes
|
||||
:version: 0.7.1
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
==========================
|
||||
Unreleased Release Notes
|
||||
==========================
|
||||
==========
|
||||
Unreleased
|
||||
==========
|
||||
|
||||
.. release-notes::
|
||||
|
Loading…
Reference in New Issue
Block a user