Skip to content

Commit ae6cabd

Browse files
Merge pull request #140 from SimoneMartino98/logo
Adding the logo in the documentation.
2 parents c01a91f + 2b7803e commit ae6cabd

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. image:: docs/source/_static/logo_dynsight.png
2+
13
Overview
24
========
35

97 KB
Loading

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if TYPE_CHECKING:
1414
from sphinx.application import Sphinx
1515

16-
project = "dynsight"
16+
project = ""
1717
project_copyright = "2023, Andrew Tarzia"
1818
author = "Andrew Tarzia"
1919

@@ -57,6 +57,7 @@
5757

5858
html_theme = "furo"
5959
html_static_path = ["_static"]
60+
html_logo = "_static/logo_dynsight.png"
6061

6162

6263
def setup(app: Sphinx) -> None:

docs/source/index.rst

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

4545
Modules <modules>
4646

47+
.. image:: _static/logo_dynsight.png
48+
4749
Overview
4850
========
4951

0 commit comments

Comments
 (0)