Skip to content

Commit 69fce1b

Browse files
committed
Update ReadTheDocs config
1 parent 5bc2004 commit 69fce1b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@
8181
towncrier_draft_include_empty = False
8282
towncrier_draft_working_directory = PROJECT_ROOT_DIR
8383

84-
# TODO: remove after https://github.com/mgeier/sphinx-last-updated-by-git/pull/77
85-
git_exclude_patterns = ["docs/_static/logo_wide.svg"]
86-
8784
github_username = "MobileTeleSystems"
8885
github_repository = "onetl"
8986

@@ -122,6 +119,10 @@
122119
favicons = [
123120
{"rel": "icon", "href": "icon.svg", "type": "image/svg+xml"},
124121
]
122+
123+
# TODO: remove after https://github.com/mgeier/sphinx-last-updated-by-git/pull/77
124+
git_exclude_patterns = ["docs/_static/logo_wide.svg"]
125+
125126
# The master toctree document.
126127
master_doc = "index"
127128

0 commit comments

Comments
 (0)