This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch SDAP-520
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
The following commit(s) were added to refs/heads/SDAP-520 by this push:
new f2edee8 remove incubator
f2edee8 is described below
commit f2edee85cc8b988d153fde7455e436188d15db9a
Author: rileykk <[email protected]>
AuthorDate: Mon Jul 1 09:28:09 2024 -0700
remove incubator
---
docs/Makefile | 2 +-
docs/conf.py | 14 +++++++-------
docs/make.bat | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/Makefile b/docs/Makefile
index 59dd51b..a41277d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -19,7 +19,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
-SPHINXPROJ = incubator-sdap-nexus
+SPHINXPROJ = sdap-nexus
SOURCEDIR = .
BUILDDIR = _build
diff --git a/docs/conf.py b/docs/conf.py
index b1a35dd..ab9fa64 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -33,8 +33,8 @@
# -- Project information -----------------------------------------------------
-project = 'incubator-sdap-nexus'
-copyright = '2017-2023, Apache SDAP'
+project = 'sdap-nexus'
+copyright = '2017-2024, Apache SDAP'
author = 'Apache SDAP'
# The short X.Y version
@@ -120,7 +120,7 @@ html_static_path = ['_static']
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
-htmlhelp_basename = 'incubator-sdap-nexusdoc'
+htmlhelp_basename = 'sdap-nexusdoc'
# -- Options for LaTeX output ------------------------------------------------
@@ -147,7 +147,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'incubator-sdap-nexus.tex', 'incubator-sdap-nexus
Documentation',
+ (master_doc, 'sdap-nexus.tex', 'sdap-nexus Documentation',
'Apache SDAP', 'manual'),
]
@@ -157,7 +157,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'incubator-sdap-nexus', 'incubator-sdap-nexus Documentation',
+ (master_doc, 'sdap-nexus', 'sdap-nexus Documentation',
[author], 1)
]
@@ -168,8 +168,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'incubator-sdap-nexus', 'incubator-sdap-nexus Documentation',
- author, 'incubator-sdap-nexus', 'One line description of project.',
+ (master_doc, 'sdap-nexus', 'sdap-nexus Documentation',
+ author, 'sdap-nexus', 'One line description of project.',
'Miscellaneous'),
]
diff --git a/docs/make.bat b/docs/make.bat
index a9e146c..97bc5ca 100644
--- a/docs/make.bat
+++ b/docs/make.bat
@@ -9,7 +9,7 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR=.
set BUILDDIR=_build
-set SPHINXPROJ=incubator-sdap-nexus
+set SPHINXPROJ=sdap-nexus
if "%1" == "" goto help