Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update dependencies for docs #2919

Merged
merged 20 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
sphinx==4.3.2
sphinx==7.1.2
sphinx-click==5.0.1
sphinx-copybutton==0.5.0
sphinx-design==0.4.1
pydata-sphinx-theme==0.7.2
sphinx-autodoc-typehints==1.17.0
sphinx-book-theme==0.2.0
sphinx-togglebutton==0.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinx-copybutton==0.5.2
sphinxemoji==0.2.0
myst-parser==0.18.1
sphinx-design==0.5.0
pydata-sphinx-theme==0.14.4
Pygments==2.16.1
myst-parser==2.0.0

sphinx-autodoc-typehints==1.25.2
sphinx-book-theme==1.1.0
concretevitamin marked this conversation as resolved.
Show resolved Hide resolved
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
1 change: 1 addition & 0 deletions docs/source/_static/SkyPilot_wide_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/_static/SkyPilot_wide_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
html_theme = 'sphinx_book_theme'
html_theme_options = {
# 'show_toc_level': 2,
'logo_only': True,
'logo': {
'image_dark': '_static/SkyPilot_wide_dark.svg',
},
'repository_url': 'https://github.com/skypilot-org/skypilot',
'use_repository_button': True,
'use_issues_button': True,
Expand All @@ -87,7 +89,7 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = 'images/skypilot-wide-light-1k.png'
html_logo = '_static/SkyPilot_wide_light.svg'

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico), 16x16 or 32x32 pixels.
Expand Down
10 changes: 8 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Welcome to SkyPilot!
=========================

.. figure:: ./images/skypilot-wide-light-1k.png
.. image:: ./_static/SkyPilot_wide_light.svg
:width: 60%
:align: center
:alt: SkyPilot
:class: no-scaled-link
:class: no-scaled-link, only-light

.. image:: ./_static/SkyPilot_wide_dark.svg
:width: 60%
:align: center
:alt: SkyPilot
:class: no-scaled-link, only-dark

.. raw:: html

Expand Down