We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1212a4 commit c6ba210Copy full SHA for c6ba210
docs/source/conf.py
@@ -4,6 +4,7 @@
4
# For the full list of built-in configuration values, see the documentation:
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
7
+import os
8
import sys
9
from datetime import date
10
@@ -55,6 +56,7 @@
55
56
# -- Options for HTML output -------------------------------------------------
57
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
58
59
+html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "/")
60
html_theme = "furo"
61
html_static_path = ["_static"]
62
html_favicon = "_static/favicon.png"
0 commit comments