Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ docs/*.js
docs/*.css
docs/*.html
docs/*.svg
docs/xml
docs/build

# cache folders
*.cache
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@

"site_url": "https://cms-patatrack.github.io/CLUEstering/",

"font": False,

"palette": [
{
"scheme": "slate",
Expand Down
Loading