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 16, 2024
1 parent c746afe commit 82b9e91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,14 @@
# a list of builtin themes.
#

#html_theme = "sphinx_rtd_theme"
html_theme = 'sphinx_book_theme'
html_theme = "sphinx_rtd_theme"

html_theme_path = ["_themes", ]
html_theme_options = {
'logo_only': True,
'display_version': False,
'secondary_sidebar_items': None
}

html_context = { "default_mode": "light"}

# 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/")
Expand Down

0 comments on commit 82b9e91

Please sign in to comment.