diff options
author | Takashi Sakamoto <takaswie@kernel.org> | 2024-07-17 17:28:08 +0900 |
---|---|---|
committer | Takashi Sakamoto <takaswie@kernel.org> | 2024-07-17 17:32:40 +0900 |
commit | 2192f326bac987b1f75f0fa21c1475d471cc3bcb (patch) | |
tree | 849f8dfb51845b61551277032b717fef259924bb /conf.py | |
parent | 06d78d44614fd5df31fc5ae7abe2bbd009326353 (diff) | |
download | ieee1394-main.tar.gz |
Due to the change of service in 2024:
https://about.readthedocs.com/blog/2024/07/addons-by-default/#how-does-it-affect-my-projects
Signed-off-by: Takashi Sakamoto <takaswie@kernel.org>
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +import os + +# Read The Docs service was changed 2024. +# https://about.readthedocs.com/blog/2024/07/addons-by-default/#how-does-it-affect-my-projects +html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "") +if os.environ.get("READTHEDOCS", "") == "True": + html_context = { + "READTHEDOCS": True + } + project = 'Linux FireWire subsystem' author = 'Takashi Sakamoto' copyright = '2023, Takashi Sakamoto' |