Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Pybind11
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Yixiang Hu
Pybind11
Commits
bda3b67d
Commit
bda3b67d
authored
9 years ago
by
Wenzel Jakob
Browse files
Options
Downloads
Patches
Plain Diff
add extra documentation CSS on RTD
parent
f1532bd3
No related branches found
Branches containing commit
Tags
v1.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_static/theme_overrides.css
+0
-0
0 additions, 0 deletions
docs/_static/theme_overrides.css
docs/conf.py
+10
-15
10 additions, 15 deletions
docs/conf.py
with
10 additions
and
15 deletions
docs/
.
static/theme_overrides.css
→
docs/
_
static/theme_overrides.css
+
0
−
0
View file @
bda3b67d
File moved
This diff is collapsed.
Click to expand it.
docs/conf.py
+
10
−
15
View file @
bda3b67d
...
...
@@ -116,25 +116,20 @@ if not on_rtd: # only import and set the theme if we're building docs locally
import
sphinx_rtd_theme
html_theme
=
'
sphinx_rtd_theme
'
html_theme_path
=
[
sphinx_rtd_theme
.
get_html_theme_path
()]
html_context
=
{
'
css_files
'
:
[
'
.static/theme_overrides.css
'
,
'
_static/theme_overrides.css
'
]
}
else
:
html_context
=
{
'
css_files
'
:
[
'
//media.readthedocs.org/css/sphinx_rtd_theme.css
'
,
'
//media.readthedocs.org/css/readthedocs-doc-embed.css
'
,
'
_static/theme_overrides.css
'
]
}
#import alabaster
#html_theme_path = [alabaster.get_path()]
#extensions = ['alabaster']
#html_theme = 'alabaster'
#html_sidebars = {
#'**': [
#'about.html',
#'navigation.html',
#'relations.html',
#'searchbox.html'
#]
#}
# 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
...
...
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