From 36f7d4ddbbbb24b8a35a3654622611ff3b3086a6 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 22 Jul 2021 14:58:05 -0700 Subject: [PATCH 1/7] DOC: test no pydata --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index fe7b746239e1..6e0a5b5b3e99 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -275,7 +275,7 @@ def _check_dependencies(): f"mpl.css?{SHA}", ] -html_theme = "pydata_sphinx_theme" +# html_theme = "pydata_sphinx_theme" # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". From e34504cc94a056c6ce177adcc85ddb6c20a9489c Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 22 Jul 2021 14:59:19 -0700 Subject: [PATCH 2/7] DOC: test no pydata [skip actions] [skip azure] [skip appveyor] --- doc/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 6e0a5b5b3e99..7600a303aaa9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -276,7 +276,6 @@ def _check_dependencies(): ] # html_theme = "pydata_sphinx_theme" - # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None From 92bb67bc70e2687fe9f705da11e1ac82b855bea5 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 22 Jul 2021 16:27:21 -0700 Subject: [PATCH 3/7] DOC: test no compress [skip actions] [skip azure] [skip appveyor] --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 7600a303aaa9..8b863b08b908 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -169,7 +169,7 @@ def _check_dependencies(): 'remove_config_comments': True, 'min_reported_time': 1, 'thumbnail_size': (320, 224), - 'compress_images': ('thumbnails', 'images'), + # 'compress_images': ('thumbnails', 'images'), 'matplotlib_animations': True, # 3.7 CI doc build should not use hidpi images during the testing phase 'image_srcset': [] if sys.version_info[:2] == (3, 7) else ["2x"], From b1430ff68f7c3a44f7947f0fc77f82b5de28be1e Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 22 Jul 2021 18:46:28 -0700 Subject: [PATCH 4/7] DOC: pin CI [skip actions] [skip azp] [skip appveyor] --- doc/conf.py | 2 +- requirements/doc/doc-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 8b863b08b908..6e4ccef5bf92 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -275,7 +275,7 @@ def _check_dependencies(): f"mpl.css?{SHA}", ] -# html_theme = "pydata_sphinx_theme" +html_theme = "pydata_sphinx_theme" # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None diff --git a/requirements/doc/doc-requirements.txt b/requirements/doc/doc-requirements.txt index 2cfba0dbad07..bf58044a88f7 100644 --- a/requirements/doc/doc-requirements.txt +++ b/requirements/doc/doc-requirements.txt @@ -12,7 +12,7 @@ colorspacious ipython ipywidgets numpydoc>=0.8 -pydata-sphinx-theme>=0.5.0 +pydata-sphinx-theme=0.5.2 sphinxcontrib-svg2pdfconverter>=1.1.0 # sphinx-gallery>=0.7 # b41e328 is PR 808 which adds the image_srcset directive. When this is From b82bb74e02743b577ff042dbdfae5c3a116d9515 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 22 Jul 2021 18:51:28 -0700 Subject: [PATCH 5/7] DOC: pin CI [skip actions] [skip azp] [skip appveyor] --- requirements/doc/doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/doc/doc-requirements.txt b/requirements/doc/doc-requirements.txt index bf58044a88f7..e1228f6c10c2 100644 --- a/requirements/doc/doc-requirements.txt +++ b/requirements/doc/doc-requirements.txt @@ -12,7 +12,7 @@ colorspacious ipython ipywidgets numpydoc>=0.8 -pydata-sphinx-theme=0.5.2 +pydata-sphinx-theme==0.5.2 sphinxcontrib-svg2pdfconverter>=1.1.0 # sphinx-gallery>=0.7 # b41e328 is PR 808 which adds the image_srcset directive. When this is From 18c4fdefdcd9931950560feb1a529edcd260bf44 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Fri, 23 Jul 2021 08:27:23 -0700 Subject: [PATCH 6/7] DOC: collapse navigation [skip actions] [skip azp] [skip appveyor] --- doc/conf.py | 1 + requirements/doc/doc-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 6e4ccef5bf92..ba71c43f6e01 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -285,6 +285,7 @@ def _check_dependencies(): html_logo = "_static/logo2.svg" html_theme_options = { "logo_link": "index", + "collapse_navigation": True, "icon_links": [ { "name": "gitter", diff --git a/requirements/doc/doc-requirements.txt b/requirements/doc/doc-requirements.txt index e1228f6c10c2..78fb88b3b60b 100644 --- a/requirements/doc/doc-requirements.txt +++ b/requirements/doc/doc-requirements.txt @@ -12,7 +12,7 @@ colorspacious ipython ipywidgets numpydoc>=0.8 -pydata-sphinx-theme==0.5.2 +pydata-sphinx-theme sphinxcontrib-svg2pdfconverter>=1.1.0 # sphinx-gallery>=0.7 # b41e328 is PR 808 which adds the image_srcset directive. When this is From 0ed0490682b9f0c9c0969f783a1e8fb64d6ae04d Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Fri, 23 Jul 2021 09:05:24 -0700 Subject: [PATCH 7/7] DOC: collapse navigation compress on [skip actions] [skip azp] [skip appveyor] --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index ba71c43f6e01..d706e99df8b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -169,7 +169,7 @@ def _check_dependencies(): 'remove_config_comments': True, 'min_reported_time': 1, 'thumbnail_size': (320, 224), - # 'compress_images': ('thumbnails', 'images'), + 'compress_images': ('thumbnails', 'images'), 'matplotlib_animations': True, # 3.7 CI doc build should not use hidpi images during the testing phase 'image_srcset': [] if sys.version_info[:2] == (3, 7) else ["2x"],