Adds a temporary docs banner to the Kickstarter project.

This commit is contained in:
Bertrand Bordage 2018-03-21 13:42:48 +01:00 committed by Matt Westcott
parent e24b198872
commit 011a88fb07
2 changed files with 75 additions and 0 deletions

74
docs/_static/js/kickstarter.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -289,3 +289,4 @@ texinfo_documents = [
def setup(app):
app.add_stylesheet('css/custom.css')
app.add_javascript('js/kickstarter.js')