Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EXADUNE
dune-common
Commits
7a776da3
Commit
7a776da3
authored
8 years ago
by
Christian Engwer
Browse files
Options
Downloads
Patches
Plain Diff
[doc] adjust the sphinx layout to match better to the dune design
parent
3fcb1cf2
No related branches found
No related tags found
1 merge request
!1
2017-05 upstream merge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/scripts/conf.py.in
+22
-0
22 additions, 0 deletions
cmake/scripts/conf.py.in
with
22 additions
and
0 deletions
cmake/scripts/conf.py.in
+
22
−
0
View file @
7a776da3
...
...
@@ -3,3 +3,25 @@ import sys
sys.path.append('@DUNE_SPHINX_EXT_PATH@')
extensions = ['sphinx_cmake_dune']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "classic"
html_theme_options = {
"rightsidebar": "true",
"relbarbgcolor": "#eeeeee",
"relbartextcolor": "#353B44",
"relbarlinkcolor": "#353B44",
"headbgcolor": "white",
"headtextcolor": "#353B44",
"linkcolor": "#337AB7",
"visitedlinkcolor": "#337AB7",
"textcolor": "#353B44",
"footerbgcolor": "white",
"footertextcolor": "#353B44",
"codebgcolor": "#eeeeee",
}
html_sidebars = {'**': []}
html_title = ""
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment