diff --git a/docs/README.rst b/docs/README.rst index cd6b1211..ed7ddd76 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -709,6 +709,6 @@ channel`_! :target: https://tractor.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. |logo| image:: _static/tractor_logo_side.svg +.. |logo| image:: _static/tractor_logo_wire.svg :width: 250 :align: middle diff --git a/docs/_static/tractor_logo_nav_dark.svg b/docs/_static/tractor_logo_nav_dark.svg new file mode 100644 index 00000000..24b5a14e --- /dev/null +++ b/docs/_static/tractor_logo_nav_dark.svg @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/tractor_logo_nav_light.svg b/docs/_static/tractor_logo_nav_light.svg new file mode 100644 index 00000000..cee2d91f --- /dev/null +++ b/docs/_static/tractor_logo_nav_light.svg @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/tractor_logo_wire.svg b/docs/_static/tractor_logo_wire.svg new file mode 100644 index 00000000..e279a296 --- /dev/null +++ b/docs/_static/tractor_logo_wire.svg @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/conf.py b/docs/conf.py index f1732184..4f9f4342 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,9 +99,12 @@ html_static_path = ['_static'] html_css_files = ['css/custom.css'] html_show_sourcelink = False html_theme_options = { + # theme-adaptive navbar logo: faces transparent, linework + # near-black on light / near-white on dark (pydata swaps by + # the active theme). Matches the landing hero's wireframe. 'logo': { - 'image_light': '_static/tractor_logo_side.svg', - 'image_dark': '_static/tractor_logo_side.svg', + 'image_light': '_static/tractor_logo_nav_light.svg', + 'image_dark': '_static/tractor_logo_nav_dark.svg', 'alt_text': 'tractor', }, 'github_url': 'https://github.com/goodboy/tractor',