Skip to content

Commit

Permalink
Merge pull request #137 from digitalearthafrica/nanaboamah89-patch-1
Browse files Browse the repository at this point in the history
Update requirements.txt
  • Loading branch information
nanaboamah89 authored Sep 16, 2024
2 parents cb5cc17 + 79815a2 commit a1441a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,14 @@
# a list of builtin themes.
#

# try:
# import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_theme_path = ["_themes", ]
html_theme_options = {
'logo_only': True,
'display_version': False,
}
# except ImportError:
# html_theme = 'alabaster'

# html_baseurl = 'https://docs.digitalearthafrica.org/'
# 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 a1441a5

Please sign in to comment.