Skip to content

Commit

Permalink
RTD base url
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jul 22, 2024
1 parent 0b8369d commit ab49715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# -- Project information -----------------------------------------------------

import datetime
import os
import pathlib
import sys

Expand Down Expand Up @@ -52,6 +53,9 @@
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
master_doc = "index"

# Set canonical URL from the Read the Docs Domain
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")

# -- Options for HTML output -------------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit ab49715

Please sign in to comment.