We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b8af5 commit b624312Copy full SHA for b624312
docs/source/conf.py
@@ -74,6 +74,8 @@
74
75
# ----------- HTML ----------- #
76
html_title = project
77
+html_logo = "images/logo.png"
78
+html_favicon = html_logo
79
html_theme = 'furo'
80
html_static_path = ['_static']
81
html_theme_options = {
setup.py
@@ -4,7 +4,7 @@
4
5
6
long_description = None
7
-with open("./README.md", "r", encoding="utf-8") as fh:
+with open("./README.rst", "r", encoding="utf-8") as fh:
8
long_description = fh.read()
9
10
req = None
0 commit comments