Skip to content

Commit

Permalink
Add html theme (#10)
Browse files Browse the repository at this point in the history
* decided to use pydata_sphinx_theme
  • Loading branch information
shenvitor authored May 15, 2024
1 parent accb203 commit 9c74246
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"_build",
]
extensions = ["myst_nb"]
html_theme = "pydata_sphinx_theme"
master_doc = "index"
nitpicky = True
project = "GlueX N-Star"
41 changes: 41 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jupyterlab-myst = ">=2.4.2,<2.5"
myst-nb = ">=1.1.0,<1.2"
numpy = ">=1.26.4,<1.27"
pre-commit = ">=3.7.1,<3.8"
pydata-sphinx-theme = ">=0.15.2,<0.16"
python = ">=3.12.3,<3.13"
python-graphviz = ">=0.20.3,<0.21"
scipy = ">=1.13.0,<1.14"
Expand Down

0 comments on commit 9c74246

Please sign in to comment.