We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c01a91f + 2b7803e commit ae6cabdCopy full SHA for ae6cabd
4 files changed
README.rst
@@ -1,3 +1,5 @@
1
+.. image:: docs/source/_static/logo_dynsight.png
2
+
3
Overview
4
========
5
docs/source/_static/logo_dynsight.png
97 KB
docs/source/conf.py
@@ -13,7 +13,7 @@
13
if TYPE_CHECKING:
14
from sphinx.application import Sphinx
15
16
-project = "dynsight"
+project = ""
17
project_copyright = "2023, Andrew Tarzia"
18
author = "Andrew Tarzia"
19
@@ -57,6 +57,7 @@
57
58
html_theme = "furo"
59
html_static_path = ["_static"]
60
+html_logo = "_static/logo_dynsight.png"
61
62
63
def setup(app: Sphinx) -> None:
docs/source/index.rst
@@ -44,6 +44,8 @@
44
45
Modules <modules>
46
47
+.. image:: _static/logo_dynsight.png
48
49
50
51
0 commit comments