Skip to content
Merged
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
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,10 @@ plugins:
shadow: true
manual: false
- autorefs # explicitly listed so print-site stays last (mkdocstrings auto-injects this)
- print-site: # Enables PDF generation (saves docs to print_page/). See https://tinyurl.com/52ba83ax
add_to_navigation: true
# I have commented out the following as it requires storing over 100mb of data, which GitHub throws an error for:
# remote: error: File print_page/index.html is 103.75 MB; this exceeds GitHub's file size limit of 100.00 MB
# - print-site: # Enables PDF generation (saves docs to print_page/). See https://tinyurl.com/52ba83ax
# add_to_navigation: true

theme:
palette:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test_mpmc = [
"torch-geometric >= 2.6.1",
]
docs = [ # brew install weasyprint
"qmcpy[test,test_torch,test_gpytorch,test_botorch,test_umbridge,test_mpmc]",
"qmcpy[test,test_torch,test_gpytorch,test_botorch,test_umbridge]",
"nbval >= 0.10.0",
"attrs >= 21.0.0",
"pyyaml >= 6.0",
Expand Down
Loading