Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Synergy Showcase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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
Public Documentation
Synergy Showcase
Commits
e8ffffda
Commit
e8ffffda
authored
Nov 30, 2018
by
Valentin Skripnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update req-spec/_static/theme_overrides.css, req-spec/conf.py files
parent
b820a7bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
req-spec/_static/theme_overrides.css
req-spec/_static/theme_overrides.css
+13
-0
req-spec/conf.py
req-spec/conf.py
+6
-0
No files found.
req-spec/_static/theme_overrides.css
0 → 100644
View file @
e8ffffda
/* override table width restrictions */
@media
screen
and
(
min-width
:
767px
)
{
.wy-table-responsive
table
td
{
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space
:
normal
!important
;
}
.wy-table-responsive
{
overflow
:
visible
!important
;
}
}
\ No newline at end of file
req-spec/conf.py
View file @
e8ffffda
...
...
@@ -129,6 +129,12 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
html_context
=
{
'css_files'
:
[
'_static/theme_overrides.css'
,
# override wide tables in RTD theme
],
}
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
...
...
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