Skip to content

Commit

Permalink
test shibuya theme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Feb 25, 2024
1 parent 2686982 commit 7f739fe
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 17 deletions.
36 changes: 22 additions & 14 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
'sphinx.ext.viewcode',
# 'sphinx.ext.githubpages',
'sphinx.ext.graphviz',
'm2r2',
# 'm2r2',
"myst_parser",
'sphinx_copybutton',
'sphinx_toggleprompt',
'sphinx_togglebutton',
Expand Down Expand Up @@ -135,7 +136,7 @@
# a list of builtin themes.
#
# also tried: python_docs_theme, sphinx_rtd_theme
html_theme = 'sphinx_typlog_theme'
html_theme = 'shibuya'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand All @@ -152,19 +153,26 @@

# Output file base name for HTML help builder.
htmlhelp_basename = 'grilldoc'
html_sidebars = {
'**': [
'logo.html',
'github.html',
'globaltoc.html',
'searchbox.html',
]
}

# html_sidebars = {
# '**': [
# # 'logo.html',
# # 'github.html',
# # 'globaltoc.html',
# # 'searchbox.html',
# ]
# }
html_title = '👨‍🍳 The Grill'
html_theme_options = {
'color': 'Coral',
'description': 'Cook digital',
'logo_name': '👨‍🍳 The Grill',
# 'color': 'Coral',
"accent_color": "sky",
# "accent_color": "mint",
# "accent_color": "teal",
# 'description': 'Cook digital',
# "announcement": "Cook digital",
"github_url": "https://github.com/thegrill/grill",
# "globaltoc_expand_depth": 3,
# "titles_only": False,
# 'logo_name': '👨‍🍳 The Grill',
}

# -- Options for LaTeX output ---------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. mdinclude:: ../../README.md
.. include:: ../../README.md
:parser: myst_parser.sphinx_
3 changes: 2 additions & 1 deletion docs/source/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
Views (Inspecting / Authoring)
==============================

.. mdinclude:: ../../grill/views/README.md
.. include:: ../../grill/views/README.md
:parser: myst_parser.sphinx_

.. include:: spreadsheet_editor.rst

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ include = grill.*
# markupsafe==2.0.1 from https://github.com/aws/aws-sam-cli/issues/3661
# For EDGEDB (coming up)
# python -m pip install edgedb
docs = sphinx_autodoc_typehints; m2r2; sphinx-inline-tabs; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; usd-core; jinja2; sphinx @ git+https://github.com/thegrill/[email protected]; sphinx-hoverxref; sphinx-typlog-theme @ git+https://github.com/chrizzFTD/sphinx-typlog-theme.git@sphinx4_compat_descname; markupsafe
# docs = sphinx_autodoc_typehints; m2r2; sphinx-inline-tabs; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; usd-core; jinja2; sphinx @ git+https://github.com/thegrill/[email protected]; sphinx-hoverxref; sphinx-typlog-theme @ git+https://github.com/chrizzFTD/sphinx-typlog-theme.git@sphinx4_compat_descname; markupsafe
docs = sphinx_autodoc_typehints; myst-parser; sphinx-inline-tabs; sphinx-toggleprompt; sphinx-copybutton; sphinx-togglebutton; usd-core; jinja2; sphinx @ git+https://github.com/thegrill/[email protected]; sphinx-hoverxref; shibuya
full = PySide6; usd-core; PyOpenGL; pygraphviz

0 comments on commit 7f739fe

Please sign in to comment.