Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates in prep for pydata-sphinx-theme update #1725

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/api/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
html_copy_source = False

html_title = 'Inrupt {0} Documentation'.format(name)
html_favicon= "https://docs.inrupt.com/inrupt_stickers_v2-03.png"

# These theme options are declared in ./themes/inrupt/theme.conf
# as well as some for pydata_sphinx_theme
Expand Down Expand Up @@ -121,11 +122,18 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['./docs-assets/_static']
html_css_files = [
'css/inrupt.css',
]

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

html_context = {
"default_mode": "auto"
}

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

Expand Down