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 5bc2004 commit 69fce1bCopy full SHA for 69fce1b
docs/conf.py
@@ -81,9 +81,6 @@
81
towncrier_draft_include_empty = False
82
towncrier_draft_working_directory = PROJECT_ROOT_DIR
83
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
-
87
github_username = "MobileTeleSystems"
88
github_repository = "onetl"
89
@@ -122,6 +119,10 @@
122
119
favicons = [
123
120
{"rel": "icon", "href": "icon.svg", "type": "image/svg+xml"},
124
121
]
+
+# TODO: remove after https://github.com/mgeier/sphinx-last-updated-by-git/pull/77
+git_exclude_patterns = ["docs/_static/logo_wide.svg"]
125
126
# The master toctree document.
127
master_doc = "index"
128
0 commit comments