Skip to content

Commit b624312

Browse files
committed
setup.py
1 parent 33b8af5 commit b624312

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
# ----------- HTML ----------- #
7676
html_title = project
77+
html_logo = "images/logo.png"
78+
html_favicon = html_logo
7779
html_theme = 'furo'
7880
html_static_path = ['_static']
7981
html_theme_options = {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
long_description = None
7-
with open("./README.md", "r", encoding="utf-8") as fh:
7+
with open("./README.rst", "r", encoding="utf-8") as fh:
88
long_description = fh.read()
99

1010
req = None

0 commit comments

Comments
 (0)