Skip to content

Commit

Permalink
Add basic logo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed Sep 23, 2022
1 parent 1a323c0 commit 5728ef0
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install doc8 flake8 pytest pytest-cov
python3 -m pip install -r ./requirements.txt
python3 -m pip install doc8 flake8 pytest pytest-cov
- name: Install package
run: |
python3 -m pip install .
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
'https://github.com/JCSDA-internal/yamlprocessor/blob/HEAD/docs/',
}

# html_static_path = ['_static']
html_favicon = 'favicon.ico'
html_logo = 'yp-logo.svg'

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
Expand Down
Binary file added docs/favicon.ico
Binary file not shown.
205 changes: 205 additions & 0 deletions docs/yp-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5728ef0

Please sign in to comment.