Skip to content

Commit

Permalink
Add logo and repo stats to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed Apr 12, 2024
1 parent 8c62299 commit d094c8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

# Logo
# html_logo = "_static/bitcash.png"

# Source code statistics.
html_context = {
"source_type": "github",
"source_user": "pybitcash",
"source_repo": "bitcash",
}


# -- Options for HTMLHelp output ------------------------------------------

Expand Down
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. image:: _static/bitcash.png
:alt: BitCash logo
:align: center
:height: 60px

.. include:: ../../README.md
:parser: myst_parser.sphinx_

Expand Down

0 comments on commit d094c8c

Please sign in to comment.