commit | 61ced3b9a81547ebb4d97b70aa7bd4b5e166dae7 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Jul 02 14:52:05 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Fri Jul 02 15:02:12 2021 -0700 |
tree | 76a184e86e254e42d4bdce812fd1d71cee31ce45 | |
parent | 2999dd1ec16e5e3fe7b504891dd37e3afef6da71 [diff] [blame] |
Update lisp docs
diff --git a/doc/conf.py b/doc/conf.py index dd82eb7..39e52ea 100644 --- a/doc/conf.py +++ b/doc/conf.py
@@ -30,3 +30,6 @@ html_theme = 'sphinx_rtd_theme' html_static_path = ['_static'] + +def setup(app): + app.add_stylesheet('custom.css')