Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
1c09bbe3
Commit
1c09bbe3
authored
2 years ago
by
Christopher Haine
Browse files
Options
Downloads
Patches
Plain Diff
fix static
parent
b05b2404
No related branches found
No related tags found
No related merge requests found
Pipeline
#111563
canceled
2 years ago
Stage: build-and-test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/sphinx/_templates/layout.html
+2
-2
2 additions, 2 deletions
docs/sphinx/_templates/layout.html
docs/sphinx/conf.py
+1
-2
1 addition, 2 deletions
docs/sphinx/conf.py
with
3 additions
and
4 deletions
docs/sphinx/_templates/layout.html
+
2
−
2
View file @
1c09bbe3
{% extends "!layout.html" %}
{% block sidebarlogo %}
<a
href=
"
../_build/
index.html"
>
<img
src=
"
../
_static/maestro-logo.png"
alt=
"Maestro logo"
>
<a
href=
"index.html"
>
<img
src=
"_static/maestro-logo.png"
alt=
"Maestro logo"
>
</a>
{% endblock %}
...
...
This diff is collapsed.
Click to expand it.
docs/sphinx/conf.py
+
1
−
2
View file @
1c09bbe3
...
...
@@ -70,8 +70,7 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static']
html_static_path
=
[]
html_static_path
=
[
'
_static
'
]
html_sidebars
=
{
'
**
'
:
[
'
globaltoc.html
'
,
'
searchbox.html
'
],
...
...
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