Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,24 @@ build:
python:
install:
- requirements: requirements-docs.txt

search:
ranking:
_sources/*: -10
genindex.html: -9
blog/tag/*: -2
blog/category/*: -3
blog/author/*: -5
blog/20[0-9].html: -5
blog/archive.html: -5
blog/author.html: -5
blog/category.html: -5
blog/drafts.html: -5
blog/tag.html: -5
blog.html: -5
object_index/*: -1

ignore:
- 404.html
- search.html
- index.html
3 changes: 3 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
div.cell_output img {
height: auto !important;
}
112,292 changes: 112,292 additions & 0 deletions examples/case_studies/bayesian_workflow.ipynb

Large diffs are not rendered by default.

Loading