Skip to content

Commit

Permalink
Use native Sphinx sidebar config
Browse files Browse the repository at this point in the history
See pydata/pydata-sphinx-theme#248

Co-authored-by: Kay Kim <kay.kim@inrupt.com>
  • Loading branch information
Vinnl and Kay Kim committed Oct 12, 2020
1 parent 42e5470 commit f7a0901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/api/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_sidebars = {
'**': ['docs-sidebar.html'],
}

locale_dirs = ['locale/'] # path is example but recommended.
gettext_compact = False # optional.

0 comments on commit f7a0901

Please sign in to comment.