From 4c97bffc1907829e5232e184f24c7b048f63cec5 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Thu, 16 Jun 2022 10:00:18 +0200 Subject: [PATCH 1/3] Docs: Enable autosummary for instrument module --- docs/api/instrument/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/instrument/index.rst b/docs/api/instrument/index.rst index a704a2f0fc2..bb24de27a27 100644 --- a/docs/api/instrument/index.rst +++ b/docs/api/instrument/index.rst @@ -4,3 +4,4 @@ qcodes.instrument ================= .. automodule:: qcodes.instrument + :autosummary: From 3a8634d3041ca8f3ccfb256da92d57405ebd9e90 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Mon, 25 Jul 2022 09:51:25 +0200 Subject: [PATCH 2/3] use branches for fixing documentation of inherited attrs --- docs_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index b9c23f86c63..8f2e910412c 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -2,7 +2,7 @@ alabaster==0.7.12 argon2-cffi==21.3.0 async-generator==1.10 attrs==21.4.0 -autodocsumm==0.2.8 +git+https://github.com/Chilipp/autodocsumm.git Babel==2.10.3 backcall==0.2.0 bleach==5.0.1 @@ -69,7 +69,7 @@ scipy==1.8.1; python_version>='3.8' Send2Trash==1.8.0 six==1.16.0 snowballstemmer==2.2.0 -Sphinx==4.5.0 +git+https://github.com/jenshnielsen/sphinx.git@fix_9884_50branch sphinx-favicon==0.2 sphinx-jsonschema==1.19.1 sphinx-rtd-theme==1.0.0 From b1b1ee7b8d0484310887e8e31201f1d5dcfe8e07 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Tue, 26 Jul 2022 14:30:16 +0200 Subject: [PATCH 3/3] Pin autodocsumm to exact commit --- docs_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index 8f2e910412c..9b369d8c2e7 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -2,7 +2,7 @@ alabaster==0.7.12 argon2-cffi==21.3.0 async-generator==1.10 attrs==21.4.0 -git+https://github.com/Chilipp/autodocsumm.git +git+https://github.com/Chilipp/autodocsumm.git@c3689c9204afcb2903ca50ca809aefc62f76316d Babel==2.10.3 backcall==0.2.0 bleach==5.0.1