mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
Docs: profile usage additions and clarifications (#677)
* Add link to github * Add profile params to 'Documentation and Usage' * More profile additions and clarifications * Fix code style * Fix Include link to github in documentation topbar * Fix Black code style * Fix GH link * Fix GH link path --------- Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
This commit is contained in:
@@ -143,6 +143,14 @@ else:
|
||||
# documentation.
|
||||
# html_theme_options = {}
|
||||
|
||||
# Show a 'Edit on GitHub' link instead of 'View page source'
|
||||
html_context = {
|
||||
"display_github": True,
|
||||
"github_user": "python-escpos",
|
||||
"github_repo": "python-escpos",
|
||||
"github_version": "master/doc/",
|
||||
}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
# html_theme_path = []
|
||||
|
||||
|
Reference in New Issue
Block a user