Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgerZhu authored Dec 14, 2021
1 parent e30405b commit 76c5c20
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions documents/readthedoc/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme = "sphinx_book_theme"
html_theme_options = {
"repository_url": "https://github.com/RodgerZhu/Cloud_Security",
"repository_url": "https://github.com/intel/confidential-computing-zoo",
"use_repository_button": True,
"use_issues_button": True,
"use_edit_page_button": True,
"path_to_docs": "doc/source",
"path_to_docs": "docs/source",
"home_page_in_toc": True,
}

Expand All @@ -35,9 +35,9 @@

master_doc = 'index'

project = 'CloudSecurity'
copyright = '2020, CloudSecurity Authors'
author = 'CloudSecurity Authors'
project = 'Confidential Computing Zoo'
copyright = '2021, CCZoo Contributors'
author = 'CCZoo Contributors'

# The short X.Y version
#version = ''
Expand Down Expand Up @@ -128,7 +128,7 @@
# -- Options for HTMLHelp output ---------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'CloudSecurity Documentation'
htmlhelp_basename = 'Confidential Computing Zoo Documentation'


# -- Options for LaTeX output ------------------------------------------------
Expand All @@ -155,8 +155,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'CloudSecurity.tex', 'CloudSecurity Documentation',
'CloudSecurity', 'manual'),
(master_doc, 'cczoo.tex', 'CCZoo Documentation',
'CCZoo', 'manual'),
]


Expand All @@ -165,7 +165,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'CloudSecurity', 'CloudSecurity Documentation',
(master_doc, 'Confidential Computing Zoo', 'CCZoo Documentation',
[author], 1)
]

Expand All @@ -176,8 +176,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'CloudSecurity', 'CloudSecurity Documentation',
author, 'CloudSecurity', 'One line description of project.',
(master_doc, 'Confidential Computing Zoo', 'CCZoo Documentation',
author, 'CCZoo Contributors', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 76c5c20

Please sign in to comment.