diff --git a/mkdocs.yml b/mkdocs.yml index 6fbf03064..2d0cd9c55 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 86922a922..494b40bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",