Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaboamah89 authored Sep 19, 2024
1 parent a1441a5 commit d760c47
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#

html_theme = "sphinx_rtd_theme"

html_theme_path = ["_themes", ]
Expand All @@ -127,7 +125,6 @@
}

# Define the canonical URL if you are using a custom domain on Read the Docs

html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "https://docs.digitalearthafrica.org/")

# Tell Jinja2 templates the build is running on Read the Docs
Expand All @@ -153,19 +150,6 @@
# # # Use table-wrapping style
html_css_files = ['theme_override.css',] # override wide tables in RTD theme

# html_context = {
# 'css_files': [
# '_static/theme_override.css', # override wide tables in RTD theme
# ],
# }

## Use
# html_theme_options = {
# "top_of_page_buttons": None,
# }



# Translation options
gettext_compact = "docs" # makes a single "docs.po" file
gettext_location = False # This causes the build to break?
Expand Down

0 comments on commit d760c47

Please sign in to comment.