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 7141f8f commit 463a2e8
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 @@ -18,6 +18,7 @@
# -- Project information -----------------------------------------------------

import datetime
import os

project = "aiosqlite"
copyright = f"{datetime.date.today().year}, Amethyst Reese"
Expand Down Expand Up @@ -55,6 +56,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 463a2e8

Please sign in to comment.