From 580c6c79519324abecd491f0426da8071e7e22b6 Mon Sep 17 00:00:00 2001 From: skolelis Date: Fri, 31 Jan 2025 18:00:24 +0100 Subject: [PATCH] Docs: removed release from Sphinx docs title and link to main docs added (#1056) Docs: - removed release from Sphinx docs title - link to main webpage of docs added at the beginning of main README.md file -> [- https://github.com/OpenVisualCloud/Intel-Tiber-Broadcast-Suite/pull/58](https://openvisualcloud.github.io/Media-Transport-Library/) --- README.md | 3 +++ doc/sphinx/conf.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bb850a..939de160 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Media Transport Library +> [!TIP] +> [Full Documentation](https://openvisualcloud.github.io/Media-Transport-Library/README.html) for [Media Transport Library](https://openvisualcloud.github.io/Media-Transport-Library/README.html). + [![Ubuntu](https://github.com/OpenVisualCloud/Media-Transport-Library/actions/workflows/ubuntu_build.yml/badge.svg)](https://github.com/OpenVisualCloud/Media-Transport-Library/actions/workflows/ubuntu_build.yml) [![Windows](https://github.com/OpenVisualCloud/Media-Transport-Library/actions/workflows/msys2_build.yml/badge.svg)](https://github.com/OpenVisualCloud/Media-Transport-Library/actions/workflows/msys2_build.yml) [![Test](https://github.com/OpenVisualCloud/Media-Transport-Library/actions/workflows/ubuntu_build_with_gtest.yml/badge.svg)](https://github.com/OpenVisualCloud/Media-Transport-Library/actions/workflows/ubuntu_build_with_gtest.yml) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 711003c8..3558890c 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -16,7 +16,6 @@ project = "Media Transport Library" copyright = "2023-2025, Intel Corporation" author = "Intel Corporation" -version = release = "24.09" extensions = [ "myst_parser",