diff --git a/src/source/_static/custom.css b/src/source/_static/custom.css new file mode 100644 index 000000000..b3bd3e7ca --- /dev/null +++ b/src/source/_static/custom.css @@ -0,0 +1,5 @@ +div.sphinxsidebarwrapper p.logo { + padding: 0; + margin: -10px 0 0 0px; + text-align: left; +} diff --git a/src/source/_static/dlogo.svg b/src/source/_static/dlogo.svg new file mode 100644 index 000000000..4ac6593a6 --- /dev/null +++ b/src/source/_static/dlogo.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/source/_templates/about.html b/src/source/_templates/about.html new file mode 100644 index 000000000..b2991a818 --- /dev/null +++ b/src/source/_templates/about.html @@ -0,0 +1,57 @@ +{% if theme_logo %} +

{{ project }}

+ {% endif %} + +

+{% else %} +

{{ project }}

+{% endif %} + +{% if theme_description %} +

{{ theme_description }}

+{% endif %} + +{% if theme_github_user and theme_github_repo %} +{% if theme_github_button|lower == 'true' %} +

+ +

+{% endif %} +{% endif %} + +{% if theme_travis_button|lower != 'false' %} +{% if theme_travis_button|lower == 'true' %} + {% set path = theme_github_user + '/' + theme_github_repo %} +{% else %} + {% set path = theme_travis_button %} +{% endif %} +

+ + https://secure.travis-ci.org/{{ path }}.svg?branch={{ theme_badge_branch }} + +

+{% endif %} + +{% if theme_codecov_button|lower != 'false' %} +{% if theme_codecov_button|lower == 'true' %} + {% set path = theme_github_user + '/' + theme_github_repo %} +{% else %} + {% set path = theme_codecov_button %} +{% endif %} +

+ + https://codecov.io/github/{{ path }}/coverage.svg?branch={{ theme_badge_branch }} + +

+{% endif %} diff --git a/src/source/dynarelogo.png b/src/source/dynarelogo.png deleted file mode 100644 index bd73f4b6e..000000000 Binary files a/src/source/dynarelogo.png and /dev/null differ