Skip to content

Commit

Permalink
Fix location of css styles override file
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeChannel committed Jul 26, 2020
1 parent 05478f5 commit d54b191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
@@ -1,3 +1,5 @@
@import 'theme.css';

@media screen and (min-width:1100px) {
.wy-nav-content {
max-width: 1000px
Expand Down
9 changes: 5 additions & 4 deletions docs/conf.py
Expand Up @@ -57,10 +57,11 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_context = {
# https://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
'css_files': ['theme_overrides.css'],
}
html_css_files = [
'css/theme_overrides.css'
]

html_style = 'css/theme_overrides.css'

autosummary_generate = True
autodoc_mock_imports = ['vapoursynth']
Expand Down

0 comments on commit d54b191

Please sign in to comment.