Skip to content

Commit 91f4316

Browse files
committed
Use logo
1 parent cf55fd7 commit 91f4316

File tree

3 files changed

+90
-2
lines changed

3 files changed

+90
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tsinfer
1+
# tsinfer <img align="right" width="145" height="90" src="https://raw.githubusercontent.com/tskit-dev/tsinfer/main/docs/tsinfer_logo.svg">
22

33
[![CircleCI](https://circleci.com/gh/tskit-dev/tsinfer.svg?style=svg)](https://circleci.com/gh/tskit-dev/tsinfer) [![Build Status](https://travis-ci.org/tskit-dev/tsinfer.svg?branch=main)](https://travis-ci.org/tskit-dev/tsinfer) [![Documentation Status](https://readthedocs.org/projects/tsinfer/badge/?version=latest)](http://tsinfer.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/tskit-dev/tsinfer/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/tsinfer)
44

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
# further. For a list of options available for each theme, see the
115115
# documentation.
116116
#
117-
# html_theme_options = {}
117+
html_theme_options = {}
118118

119119
# Add any paths that contain custom static files (such as style sheets) here,
120120
# relative to this directory. They are copied after the builtin static files,
@@ -133,6 +133,7 @@
133133
]
134134
}
135135

136+
html_logo = "tsinfer_logo.svg"
136137

137138
# -- Options for HTMLHelp output ------------------------------------------
138139

docs/tsinfer_logo.svg

Lines changed: 87 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)