diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 4b82011..a70023b 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -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 . diff --git a/docs/conf.py b/docs/conf.py index 0278b41..20ca9e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..4e033ef Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/yp-logo.svg b/docs/yp-logo.svg new file mode 100644 index 0000000..0ed43c0 --- /dev/null +++ b/docs/yp-logo.svg @@ -0,0 +1,205 @@ + +image/svg+xml \ No newline at end of file