From 38a12a8df584edde1390af66743b2756eeb8a5ea Mon Sep 17 00:00:00 2001 From: Drew Gilliam Date: Fri, 20 Mar 2026 13:24:55 -0400 Subject: [PATCH 1/2] docs add wheel to autodoc_mock_imports --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0bca44ac..78fa8487 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,6 +116,7 @@ "boxm2_adaptor", "boxm2_scene_adaptor", "vpgl_adaptor_boxm2_batch", + "wheel", "yaml", "prompt_toolkit" ] From 170d5c3e684dcb05e9489bf99cd689043f9f506f Mon Sep 17 00:00:00 2001 From: Drew Gilliam Date: Fri, 20 Mar 2026 13:25:45 -0400 Subject: [PATCH 2/2] docs reorder docker/recipe docs so that scripts don't appear in top level left-hand menu --- docs/docker/recipes/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docker/recipes/index.rst b/docs/docker/recipes/index.rst index b26c200d..ee2e0d69 100644 --- a/docs/docker/recipes/index.rst +++ b/docs/docker/recipes/index.rst @@ -1,3 +1,8 @@ +.. include:: README.auto + +Scripts +======= + .. toctree:: :maxdepth: 2 :caption: Contents: @@ -5,5 +10,3 @@ get-pipenv.auto pip-8210.auto pip-opencv.auto - -.. include:: README.auto \ No newline at end of file