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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Edit on Github" links #577

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions _templates/breadcrumbs.html

This file was deleted.

11 changes: 2 additions & 9 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@
# The full version, including alpha/beta/rc tags.
release = '0.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
Expand Down Expand Up @@ -164,12 +157,12 @@

import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_context = {
'display_github': True,
'github_user': 'geoscixyz',
'github_repo': 'em',
'github_version': 'main'
'github_version': 'main',
"conf_py_path": "/", # Path in the checkout to the docs root
}
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
Loading