Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
5999f2e2
Commit
5999f2e2
authored
Mar 28, 2018
by
Tianqi Chen
Committed by
GitHub
Mar 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCS] Add logo and tracker to docs (#1064)
parent
cfdc5119
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
0 deletions
+21
-0
docs/_static/css/tvm_theme.css
+10
-0
docs/_static/img/README
+3
-0
docs/_static/img/tvm-logo-small.png
+0
-0
docs/conf.py
+8
-0
No files found.
docs/_static/css/tvm_theme.css
View file @
5999f2e2
...
@@ -9,3 +9,13 @@
...
@@ -9,3 +9,13 @@
nav
.hidden-section
{
nav
.hidden-section
{
display
:
inherit
;
display
:
inherit
;
}
}
.wy-side-nav-search
{
background-color
:
#fff
;
color
:
#333
;
}
.version
{
color
:
#404040
!important
;
}
docs/_static/img/README
0 → 100644
View file @
5999f2e2
The logo file in this repo is an exception due to the need of sphinx.
By default we avoid to put large binary blobs into this repo.
\ No newline at end of file
docs/_static/img/tvm-logo-small.png
0 → 100644
View file @
5999f2e2
6.53 KB
docs/conf.py
View file @
5999f2e2
...
@@ -137,6 +137,14 @@ if not on_rtd and html_theme == 'rtd':
...
@@ -137,6 +137,14 @@ if not on_rtd and html_theme == 'rtd':
# so a file named "default.css" will overwrite the builtin "default.css".
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
html_static_path
=
[
'_static'
]
html_theme_options
=
{
'analytics_id'
:
'UA-75982049-2'
,
'logo_only'
:
True
,
}
html_logo
=
"_static/img/tvm-logo-small.png"
# Output file base name for HTML help builder.
# Output file base name for HTML help builder.
htmlhelp_basename
=
project
+
'doc'
htmlhelp_basename
=
project
+
'doc'
...
...
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