Skip to content

Commit

Permalink
Use just-the-docs in GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Nov 4, 2024
1 parent 0789059 commit 867e77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remote_theme: just-the-docs/just-the-docs
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def clear_printer_list(self):

def open_help_browser(self):
# Opens a web browser to a help URL
url = "https://github.com/Ircama/epson_print_conf/?tab=readme-ov-file#epson_print_conf"
url = "https://ircama.github.io/epson_print_conf"
self.show_status_text_view()
try:
ret = webbrowser.open(url)
Expand Down

0 comments on commit 867e77f

Please sign in to comment.