Skip to content

Commit 9f7feb4

Browse files
author
Sergio García Prado
committed
ISSUE #1
* Increase theme's width.
1 parent 271e4af commit 9f7feb4

File tree

18 files changed

+50
-6
lines changed

18 files changed

+50
-6
lines changed

docs/_static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: 1200px !important;
3+
}

docs/_templates/layout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4+
{% endblock %}

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
language = None
2323

24+
templates_path = ['_templates']
25+
2426
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2527

2628
pygments_style = 'sphinx'
@@ -33,4 +35,4 @@
3335

3436
html_sidebars = {"**": ["about.html", "navigation.html", "searchbox.html"]}
3537

36-
html_static_path = []
38+
html_static_path = ["_static"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: 1200px !important;
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4+
{% endblock %}

packages/core/minos-microservice-aggregate/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
# Add any paths that contain custom static files (such as style sheets) here,
114114
# relative to this directory. They are copied after the builtin static files,
115115
# so a file named "default.css" will overwrite the builtin "default.css".
116-
html_static_path = []
116+
html_static_path = ["_static"]
117117

118118

119119
# -- Options for HTMLHelp output ---------------------------------------
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: 1200px !important;
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4+
{% endblock %}

packages/core/minos-microservice-common/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
# Add any paths that contain custom static files (such as style sheets) here,
114114
# relative to this directory. They are copied after the builtin static files,
115115
# so a file named "default.css" will overwrite the builtin "default.css".
116-
html_static_path = []
116+
html_static_path = ["_static"]
117117

118118

119119
# -- Options for HTMLHelp output ---------------------------------------
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: 1200px !important;
3+
}

0 commit comments

Comments
 (0)