Skip to content

Commit

Permalink
Some docs adjustments (#85)
Browse files Browse the repository at this point in the history
* Added github icon link

* Hide show source

* Correct toc tree level
  • Loading branch information
chun9l authored May 30, 2024
1 parent e03bf2f commit 64ce765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
html_theme = 'pydata_sphinx_theme'
html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] }
html_theme_options = {
"check_switcher" : False,
"pygment_light_style": "github-light-high-contrast",
"icon_links": [
{
"name": "GitHub",
Expand All @@ -62,6 +60,7 @@
"default_mode": "light"
}
html_logo = "logos/UM-bridge.eps"
html_show_sourcelink = False


# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Getting started

.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1

/quickstart
/tutorial
Expand Down

0 comments on commit 64ce765

Please sign in to comment.