-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aurélien Bompard <[email protected]>
- Loading branch information
Showing
5 changed files
with
11 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
master_doc = "index" | ||
|
||
# General information about the project. | ||
project = "MirrorManager2" | ||
project = "Mirror Manager" | ||
copyright = "2014, Pierre-Yves Chibon <[email protected]>" | ||
|
||
# The version info for the project you're documenting, acts as replacement | ||
|
@@ -106,55 +106,33 @@ | |
|
||
# -- Options for HTML output ---------------------------------------------- | ||
|
||
import cloud_sptheme as csp | ||
|
||
html_style = "site.css" | ||
|
||
# The theme to use for HTML and HTML Help pages. See the documentation for | ||
# a list of builtin themes. | ||
# html_theme = 'default' | ||
html_theme = "cloud" | ||
html_theme = "alabaster" | ||
|
||
# Theme options are theme-specific and customize the look and feel of a theme | ||
# further. For a list of options available for each theme, see the | ||
# documentation. | ||
# html_theme_options = {} | ||
|
||
html_theme_options = { | ||
"sidebarwidth": "200px", | ||
"max_width": "900px", | ||
"compact_width": "800px", | ||
"minimal_width": "700px", | ||
# Style it like Fedora.. | ||
"bodyfont": "Cantarell", | ||
"highlightcolor": "#79db32", # First Green | ||
"sidebarbgcolor": "#FEFEFE", | ||
"sidebartrimcolor": "#FEFEFE", | ||
"sectionbgcolor": "#FEFEFE", | ||
"sectiontrimcolor": "#FEFEFE", | ||
"sectiontextcolor": "#444444", | ||
"relbarbgcolor": "#FEFEFE", | ||
"relbartextcolor": "#444444", | ||
"relbarlinkcolor": "#444444", | ||
"bgcolor": "#FEFEFE", | ||
"textcolor": "#444444", | ||
# "linkcolor": "#79db32", # First Green | ||
"linkcolor": "#00009d", | ||
"headtextcolor": "#444444", | ||
"headlinkcolor": "#444444", | ||
# "codebgcolor" | ||
# "codetextcolor" | ||
"codetrimcolor": "#79db32", # First Green | ||
"footerbgcolor": "#FEFEFE", | ||
"github_user": "fedora-infra", | ||
"github_repo": "mirrormanager2", | ||
"page_width": "1040px", | ||
"show_related": True, | ||
"sidebar_collapse": True, | ||
"caption_font_size": "140%", | ||
} | ||
# Add any paths that contain custom themes here, relative to this directory. | ||
# html_theme_path = [] | ||
html_theme_path = [csp.get_theme_dir()] | ||
|
||
# The name for this set of Sphinx documents. If None, it defaults to | ||
# "<project> v<release> documentation". | ||
# html_title = None | ||
|
||
# html_style = "site.css" | ||
|
||
# A shorter title for the navigation bar. Default is the same as html_title. | ||
# html_short_title = None | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters