Skip to content

Commit

Permalink
docs style
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Sep 8, 2024
1 parent 227279f commit 8efd1d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .readthedocs.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,20 @@
#
html_theme = "pydata_sphinx_theme"

html_theme_options = {
"collapse_navigation": True,
"navigation_depth": 4,
"pygment_light_style": "default",
"pygment_dark_style": "zenburn",
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/rsokl/MyGrad",
"icon": "fab fa-github-square",
},
],
}


def setup(app):
app.add_css_file("my_theme.css")
Expand Down

0 comments on commit 8efd1d5

Please sign in to comment.