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 168ec11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
@@ -1,3 +1,5 @@
@import url("theme.css");

@media screen and (min-width:1100px) {
.wy-nav-content {
max-width: 1000px
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Expand Up @@ -59,9 +59,11 @@

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

html_style = 'css/theme_overrides.css'

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

0 comments on commit 168ec11

Please sign in to comment.