mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
fix: Use correct KubeVirt project name
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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" />
|
<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">
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||||||
<div class="wy-side-scroll">
|
<div class="wy-side-scroll">
|
||||||
<div class="wy-side-nav-search" >
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<div role="navigation" aria-label="Page navigation">
|
<div role="navigation" aria-label="Page navigation">
|
||||||
<ul class="wy-breadcrumbs">
|
<ul class="wy-breadcrumbs">
|
||||||
<li><a href="#" class="icon icon-home"></a> »</li>
|
<li><a href="#" class="icon icon-home"></a> »</li>
|
||||||
<li>Welcome to Kubevirt Collection documentation</li>
|
<li>Welcome to KubeVirt Collection documentation</li>
|
||||||
<li class="wy-breadcrumbs-aside"></li>
|
<li class="wy-breadcrumbs-aside"></li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr/>
|
<hr/>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||||
<div itemprop="articleBody">
|
<div itemprop="articleBody">
|
||||||
<section id="welcome-to-amq-collection-documentation">
|
<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">
|
<div class="toctree-wrapper compound">
|
||||||
<p class="caption" role="heading"><span class="caption-text">Pick collection version:</span></p>
|
<p class="caption" role="heading"><span class="caption-text">Pick collection version:</span></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
18
docs/conf.py
18
docs/conf.py
@@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath("../plugins/module_utils/"))
|
|||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
|
|
||||||
project = "Kubevirt Ansible Collection"
|
project = "KubeVirt Ansible Collection"
|
||||||
copyright = "{y} Red Hat, Inc.".format(y=datetime.date.today().year)
|
copyright = "{y} Red Hat, Inc.".format(y=datetime.date.today().year)
|
||||||
author = "Red Hat, Inc."
|
author = "Red Hat, Inc."
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ html_static_path = []
|
|||||||
# -- Options for HTMLHelp output ---------------------------------------------
|
# -- Options for HTMLHelp output ---------------------------------------------
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = "KubevirtCollectionDoc"
|
htmlhelp_basename = "KubeVirtCollectionDoc"
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output ------------------------------------------------
|
# -- Options for LaTeX output ------------------------------------------------
|
||||||
@@ -136,8 +136,8 @@ latex_elements = {
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"KubevirtCollection.tex",
|
"KubeVirtCollection.tex",
|
||||||
"Red Hat Kubevirt Ansible Collection Documentation",
|
"Red Hat KubeVirt Ansible Collection Documentation",
|
||||||
"Red Hat, Inc.",
|
"Red Hat, Inc.",
|
||||||
"manual",
|
"manual",
|
||||||
),
|
),
|
||||||
@@ -151,8 +151,8 @@ latex_documents = [
|
|||||||
man_pages = [
|
man_pages = [
|
||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"KubevirtCollection",
|
"KubeVirtCollection",
|
||||||
"Red Hat Kubevirt Ansible Collection Documentation",
|
"Red Hat KubeVirt Ansible Collection Documentation",
|
||||||
[author],
|
[author],
|
||||||
1,
|
1,
|
||||||
)
|
)
|
||||||
@@ -167,10 +167,10 @@ man_pages = [
|
|||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"KubevirtCollection",
|
"KubeVirtCollection",
|
||||||
"Red Hat Kubevirt Ansible Collection Documentation",
|
"Red Hat KubeVirt Ansible Collection Documentation",
|
||||||
author,
|
author,
|
||||||
"KubevirtCollection",
|
"KubeVirtCollection",
|
||||||
"One line description of project.",
|
"One line description of project.",
|
||||||
"Miscellaneous",
|
"Miscellaneous",
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user