diff --git a/conanfile.py b/conanfile.py index b69bd6ae9de9da64510de13b831548115592fc87..7edaddfbedc82d8123be7a42ccfb8145430a442a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -3,7 +3,7 @@ from conan import ConanFile class Keithley428Recipe(ConanFile): name = "keithley428" executable = "ds_Keithley428" - version = "1.2.2" + version = "1.2.3" package_type = "application" user = "soleil" python_requires = "base/[>=1.0]@soleil/stable" diff --git a/doc_html/Attributes.html b/doc/doc_html/Attributes.html similarity index 100% rename from doc_html/Attributes.html rename to doc/doc_html/Attributes.html diff --git a/doc_html/Description.html b/doc/doc_html/Description.html similarity index 100% rename from doc_html/Description.html rename to doc/doc_html/Description.html diff --git a/doc_html/DevCommands.html b/doc/doc_html/DevCommands.html similarity index 100% rename from doc_html/DevCommands.html rename to doc/doc_html/DevCommands.html diff --git a/doc_html/DevCommandsFrame.html b/doc/doc_html/DevCommandsFrame.html similarity index 100% rename from doc_html/DevCommandsFrame.html rename to doc/doc_html/DevCommandsFrame.html diff --git a/doc_html/DevCommandsList.html b/doc/doc_html/DevCommandsList.html similarity index 100% rename from doc_html/DevCommandsList.html rename to doc/doc_html/DevCommandsList.html diff --git a/doc_html/DevCommandsTable.html b/doc/doc_html/DevCommandsTable.html similarity index 100% rename from doc_html/DevCommandsTable.html rename to doc/doc_html/DevCommandsTable.html diff --git a/doc_html/Properties.html b/doc/doc_html/Properties.html similarity index 100% rename from doc_html/Properties.html rename to doc/doc_html/Properties.html diff --git a/doc_html/TangoDevStates.html b/doc/doc_html/TangoDevStates.html similarity index 100% rename from doc_html/TangoDevStates.html rename to doc/doc_html/TangoDevStates.html diff --git a/doc_html/index.html b/doc/doc_html/index.html similarity index 100% rename from doc_html/index.html rename to doc/doc_html/index.html diff --git a/doc_html/user_guide.html b/doc/doc_html/user_guide.html similarity index 100% rename from doc_html/user_guide.html rename to doc/doc_html/user_guide.html