Skip to content

Commit

Permalink
Added logo (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Mar 7, 2021
1 parent eb35a7d commit 822add4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# pyOptSparse - PYthon OPTimization (Sparse) Framework
<h2 align="center">
<img src="doc/_static/pyOptSparse_logo.svg" width="400" />
</h2>

[![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-370/)
[![Build Status](https://travis-ci.com/mdolab/pyoptsparse.svg?branch=master)](https://travis-ci.com/mdolab/pyoptsparse)
Expand Down
1 change: 1 addition & 0 deletions doc/_static/pyOptSparse_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
# mock import for autodoc
autodoc_mock_imports = ["baseclasses", "scipy", "numpy", "sqlitedict"]

# logo
html_logo = "_static/pyOptSparse_logo.svg"
html_theme_options["logo_only"] = True

# bibtex
bibtex_bibfiles = ["pyoptsparse.bib"]

0 comments on commit 822add4

Please sign in to comment.