Skip to content

Commit

Permalink
Changed config based on suggestion in: readthedocs/readthedocs.org#2116
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-steuwer committed Feb 28, 2017
1 parent e5f4791 commit 05a5a68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#sys.path.insert(0, os.path.abspath('.'))
sys.path.append(os.path.abspath('exts'))

def setup(app):
app.add_stylesheet('_static/pattern.css')

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -100,9 +102,9 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_context = {
'css_files': ['_static/pattern.css'],
}
#html_context = {
# 'css_files': ['_static/pattern.css'],
#}


# -- Options for HTMLHelp output ------------------------------------------
Expand Down

0 comments on commit 05a5a68

Please sign in to comment.