Skip to content

Commit e91e9ae

Browse files
committed
Updated logos
1 parent d56f4b2 commit e91e9ae

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<p align="center">
3-
<img src="./docs/source/_static/images/logo.png" alt="logo" width="300"/>
3+
<img src="./docs/source/_static/images/header.svg" alt="logo" />
44
</p>
55

66

20.6 KB
Loading

docs/source/_static/images/header.svg

Lines changed: 4 additions & 0 deletions
Loading
13.9 KB
Loading

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# -- Options for HTML output -------------------------------------------------
2626

2727
html_theme = 'sphinx_rtd_theme'
28-
html_logo = '_static/images/logo.png'
28+
html_logo = '_static/images/logo-2.png'
2929

3030
html_static_path = [
3131
'_static'

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
MELKIT documentation
33
====================
44

5-
.. image:: ./_static/images/logo.png
5+
.. image:: ./_static/images/header.svg
66
:align: center
7-
:scale: 80 %
7+
88

99
**MELKIT** is a multi-purpose Python toolkit designed to easily edit and query `MELCOR 1.8.6 <https://en.wikipedia.org/wiki/MELCOR>`_ files.
1010

0 commit comments

Comments
 (0)