Skip to content

Commit

Permalink
source not edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Sep 28, 2024
1 parent ced51d8 commit c7f7b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"repository_branch": GIT_BRANCH,
"repository_url": GIT_URL,
"use_download_button": False,
"use_edit_page_button": not not GIT_URL, # pylint: disable=unneeded-not
"use_source_button": not not GIT_URL, # pylint: disable=unneeded-not
"use_fullscreen_button": False,
}
html_title = project
Expand Down Expand Up @@ -215,4 +215,5 @@ def setup(app):
* apple favicons
* revisit all extension settings here
* fix imgur-embed in latest sphinx
* validate rss
"""

0 comments on commit c7f7b02

Please sign in to comment.