fix: Use correct KubeVirt project name

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-02-29 14:12:52 +01:00
parent 55fb9b94b5
commit 57e953d347
2 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Kubevirt Ansible Collection documentation index</title>
<title>KubeVirt Ansible Collection documentation index</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://ansible-middleware.github.io/amq/main/_static/pygments.css" type="text/css" />
@@ -19,7 +19,7 @@
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#" class="icon icon-home"> Kubevirt Ansible Collection</a>
<a href="#" class="icon icon-home"> KubeVirt Ansible Collection</a>
</div>
</div>
</nav>
@@ -29,7 +29,7 @@
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home"></a> &raquo;</li>
<li>Welcome to Kubevirt Collection documentation</li>
<li>Welcome to KubeVirt Collection documentation</li>
<li class="wy-breadcrumbs-aside"></li>
</ul>
<hr/>
@@ -37,7 +37,7 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="welcome-to-amq-collection-documentation">
<h1>Welcome to Kubevirt Collection documentation<a class="headerlink" href="#welcome-to-amq-collection-documentation" title="Permalink to this headline"></a></h1>
<h1>Welcome to KubeVirt Collection documentation<a class="headerlink" href="#welcome-to-amq-collection-documentation" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Pick collection version:</span></p>
<ul>

View File

@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath("../plugins/module_utils/"))
# -- Project information -----------------------------------------------------
project = "Kubevirt Ansible Collection"
project = "KubeVirt Ansible Collection"
copyright = "{y} Red Hat, Inc.".format(y=datetime.date.today().year)
author = "Red Hat, Inc."
@@ -110,7 +110,7 @@ html_static_path = []
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename = "KubevirtCollectionDoc"
htmlhelp_basename = "KubeVirtCollectionDoc"
# -- Options for LaTeX output ------------------------------------------------
@@ -136,8 +136,8 @@ latex_elements = {
latex_documents = [
(
master_doc,
"KubevirtCollection.tex",
"Red Hat Kubevirt Ansible Collection Documentation",
"KubeVirtCollection.tex",
"Red Hat KubeVirt Ansible Collection Documentation",
"Red Hat, Inc.",
"manual",
),
@@ -151,8 +151,8 @@ latex_documents = [
man_pages = [
(
master_doc,
"KubevirtCollection",
"Red Hat Kubevirt Ansible Collection Documentation",
"KubeVirtCollection",
"Red Hat KubeVirt Ansible Collection Documentation",
[author],
1,
)
@@ -167,10 +167,10 @@ man_pages = [
texinfo_documents = [
(
master_doc,
"KubevirtCollection",
"Red Hat Kubevirt Ansible Collection Documentation",
"KubeVirtCollection",
"Red Hat KubeVirt Ansible Collection Documentation",
author,
"KubevirtCollection",
"KubeVirtCollection",
"One line description of project.",
"Miscellaneous",
),