Skip to content

Commit

Permalink
add cookie-script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkim77 committed Jul 18, 2022
1 parent e260559 commit e31302b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_js_files = [
'js/custom.js',
]

# you have your own conf.py file, it overrides Read the Doc's default conf.py.
# By default, Sphinx expects the master doc to be contents.
Expand All @@ -97,3 +94,4 @@ def setup(app):
'auto_toc_tree_section': 'Contents',
}, True)
app.add_transform(AutoStructify)
app.add_js_file('js/custom.js')

0 comments on commit e31302b

Please sign in to comment.