Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
8f93e84a
Commit
8f93e84a
authored
Nov 04, 2014
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to ReadTheDocs theme
parent
ed92af29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
18 deletions
+7
-18
.gitmodules
.gitmodules
+3
-0
doc/conf.py
doc/conf.py
+3
-18
doc/sphinx_rtd_theme
doc/sphinx_rtd_theme
+1
-0
No files found.
.gitmodules
View file @
8f93e84a
...
...
@@ -4,3 +4,6 @@
[submodule "doc/sphinx-bootstrap-theme"]
path = doc/sphinx-bootstrap-theme
url = https://github.com/cppformat/sphinx-bootstrap-theme.git
[submodule "doc/sphinx_rtd_theme"]
path = doc/sphinx_rtd_theme
url = https://github.com/cppformat/sphinx_rtd_theme.git
doc/conf.py
View file @
8f93e84a
...
...
@@ -112,30 +112,15 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme
=
'
bootstrap
'
html_theme
=
'
sphinx_rtd_theme
'
# 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 navbar class (Default: "navbar") to attach to <div>.
# For black navbar, do "navbar navbar-inverse"
#'navbar_class': "navbar navbar-inverse",
# Fix navigation bar to top of page?
# Values: "true" (default) or "false"
'navbar_fixed_top'
:
"true"
,
# Location of link to source.
# Options are "nav" (default), "footer".
'source_link_position'
:
"footer"
,
# Render the next and previous page links in navbar. (Default: true)
'navbar_sidebarrel'
:
False
}
html_theme_options
=
{}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path
=
[
'sphinx
-bootstrap-
theme'
]
html_theme_path
=
[
'sphinx
_rtd_
theme'
]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
...
...
sphinx_rtd_theme
@
44e41676
Subproject commit 44e41676943b4ebf22588b8d695054ab5ee39111
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment