From 4c230325f398b3ae9b1b0590481f7623bd635b88 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:06:54 +0200 Subject: [PATCH 1/9] Create sphinx_render_docs.yml --- .github/workflows/sphinx_render_docs.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/sphinx_render_docs.yml diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml new file mode 100644 index 00000000..9e75e4a2 --- /dev/null +++ b/.github/workflows/sphinx_render_docs.yml @@ -0,0 +1,24 @@ +name: "Sphinx: Render docs" + +on: push + +jobs: + build: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - uses: actions/checkout@v4 + - name: Build HTML + uses: ammaraskar/sphinx-action@master + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + name: html-docs + path: documentation/build/html/ + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + if: github.ref == 'refs/heads/main' + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: docs/build/html From a600b10ac777c5b040989bd380b1fe4dcdfb73d4 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:08:36 +0200 Subject: [PATCH 2/9] Update sphinx_render_docs.yml --- .github/workflows/sphinx_render_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml index 9e75e4a2..3c0a8e34 100644 --- a/.github/workflows/sphinx_render_docs.yml +++ b/.github/workflows/sphinx_render_docs.yml @@ -21,4 +21,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs/build/html + publish_dir: documentation/build/html From d4e91aeeb537e9450a0614e8c1672046a92f6db5 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:14:06 +0200 Subject: [PATCH 3/9] rename docs folder --- .github/workflows/sphinx_render_docs.yml | 4 ++-- {documentation => docs}/Makefile | 0 {documentation => docs}/README.txt | 0 {documentation => docs}/images/FEMMT_Screenshot.png | Bin .../images/counting_arrow_system.png | Bin .../images/counting_arrow_system.svg | 0 {documentation => docs}/images/femmt.png | Bin {documentation => docs}/images/femmt.svg | 0 .../images/femmt_gui_definition.png | Bin {documentation => docs}/images/geometry_air_gap.png | Bin {documentation => docs}/images/geometry_air_gap.svg | 0 {documentation => docs}/images/geometry_core.png | Bin {documentation => docs}/images/geometry_core.svg | 0 .../images/geometry_core_developer_notes.png | Bin .../images/geometry_core_developer_notes.svg | 0 .../images/geometry_core_naming_convention.png | Bin .../images/geometry_core_naming_convention.svg | 0 .../images/geometry_insulation.png | Bin .../images/geometry_insulation.svg | 0 {documentation => docs}/images/geometry_thermal.png | Bin {documentation => docs}/images/geometry_thermal.svg | 0 .../images/geometry_translated.png | Bin .../images/geometry_translated.svg | 0 .../images/geometry_winding_windows.png | Bin .../images/geometry_winding_windows.svg | 0 {documentation => docs}/images/msh_panel.png | Bin {documentation => docs}/images/msh_simulation.png | Bin .../images/pycharm_configuration_pro_files.png | Bin .../images/pycharm_configuration_pro_files.svg | 0 .../images/user_guide_example_model.png | Bin .../images/user_guide_example_simulation.png | Bin .../user_guide_example_thermal_simulation.png | Bin .../Interleaved_HorizontalAlternating.png | Bin .../Interleaved_VerticalStacked_hexagonal.png | Bin .../Interleaved_VerticalStacked_square.png | Bin .../images/winding_types/Single_FoilHorizontal.png | Bin .../Single_FoilVertical_fixed_thickness.png | Bin .../Single_FoilVertical_interpolate.png | Bin .../images/winding_types/Single_Full.png | Bin .../images/winding_types/Single_Hexagonal.png | Bin .../images/winding_types/Single_Square.png | Bin .../images/winding_types/Single_SquareFullWidth.png | Bin {documentation => docs}/make.bat | 0 {documentation => docs}/source/conf.py | 0 {documentation => docs}/source/developer_notes.rst | 0 {documentation => docs}/source/index.rst | 0 {documentation => docs}/source/intro.rst | 0 {documentation => docs}/source/introduction.rst | 0 .../source/user_guide_model_creation.rst | 0 {documentation => docs}/source/winding_types.rst | 0 50 files changed, 2 insertions(+), 2 deletions(-) rename {documentation => docs}/Makefile (100%) rename {documentation => docs}/README.txt (100%) rename {documentation => docs}/images/FEMMT_Screenshot.png (100%) rename {documentation => docs}/images/counting_arrow_system.png (100%) rename {documentation => docs}/images/counting_arrow_system.svg (100%) rename {documentation => docs}/images/femmt.png (100%) rename {documentation => docs}/images/femmt.svg (100%) rename {documentation => docs}/images/femmt_gui_definition.png (100%) rename {documentation => docs}/images/geometry_air_gap.png (100%) rename {documentation => docs}/images/geometry_air_gap.svg (100%) rename {documentation => docs}/images/geometry_core.png (100%) rename {documentation => docs}/images/geometry_core.svg (100%) rename {documentation => docs}/images/geometry_core_developer_notes.png (100%) rename {documentation => docs}/images/geometry_core_developer_notes.svg (100%) rename {documentation => docs}/images/geometry_core_naming_convention.png (100%) rename {documentation => docs}/images/geometry_core_naming_convention.svg (100%) rename {documentation => docs}/images/geometry_insulation.png (100%) rename {documentation => docs}/images/geometry_insulation.svg (100%) rename {documentation => docs}/images/geometry_thermal.png (100%) rename {documentation => docs}/images/geometry_thermal.svg (100%) rename {documentation => docs}/images/geometry_translated.png (100%) rename {documentation => docs}/images/geometry_translated.svg (100%) rename {documentation => docs}/images/geometry_winding_windows.png (100%) rename {documentation => docs}/images/geometry_winding_windows.svg (100%) rename {documentation => docs}/images/msh_panel.png (100%) rename {documentation => docs}/images/msh_simulation.png (100%) rename {documentation => docs}/images/pycharm_configuration_pro_files.png (100%) rename {documentation => docs}/images/pycharm_configuration_pro_files.svg (100%) rename {documentation => docs}/images/user_guide_example_model.png (100%) rename {documentation => docs}/images/user_guide_example_simulation.png (100%) rename {documentation => docs}/images/user_guide_example_thermal_simulation.png (100%) rename {documentation => docs}/images/winding_types/Interleaved_HorizontalAlternating.png (100%) rename {documentation => docs}/images/winding_types/Interleaved_VerticalStacked_hexagonal.png (100%) rename {documentation => docs}/images/winding_types/Interleaved_VerticalStacked_square.png (100%) rename {documentation => docs}/images/winding_types/Single_FoilHorizontal.png (100%) rename {documentation => docs}/images/winding_types/Single_FoilVertical_fixed_thickness.png (100%) rename {documentation => docs}/images/winding_types/Single_FoilVertical_interpolate.png (100%) rename {documentation => docs}/images/winding_types/Single_Full.png (100%) rename {documentation => docs}/images/winding_types/Single_Hexagonal.png (100%) rename {documentation => docs}/images/winding_types/Single_Square.png (100%) rename {documentation => docs}/images/winding_types/Single_SquareFullWidth.png (100%) rename {documentation => docs}/make.bat (100%) rename {documentation => docs}/source/conf.py (100%) rename {documentation => docs}/source/developer_notes.rst (100%) rename {documentation => docs}/source/index.rst (100%) rename {documentation => docs}/source/intro.rst (100%) rename {documentation => docs}/source/introduction.rst (100%) rename {documentation => docs}/source/user_guide_model_creation.rst (100%) rename {documentation => docs}/source/winding_types.rst (100%) diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml index 3c0a8e34..77afde68 100644 --- a/.github/workflows/sphinx_render_docs.yml +++ b/.github/workflows/sphinx_render_docs.yml @@ -15,10 +15,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: html-docs - path: documentation/build/html/ + path: docs/build/html/ - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: documentation/build/html + publish_dir: docs/build/html diff --git a/documentation/Makefile b/docs/Makefile similarity index 100% rename from documentation/Makefile rename to docs/Makefile diff --git a/documentation/README.txt b/docs/README.txt similarity index 100% rename from documentation/README.txt rename to docs/README.txt diff --git a/documentation/images/FEMMT_Screenshot.png b/docs/images/FEMMT_Screenshot.png similarity index 100% rename from documentation/images/FEMMT_Screenshot.png rename to docs/images/FEMMT_Screenshot.png diff --git a/documentation/images/counting_arrow_system.png b/docs/images/counting_arrow_system.png similarity index 100% rename from documentation/images/counting_arrow_system.png rename to docs/images/counting_arrow_system.png diff --git a/documentation/images/counting_arrow_system.svg b/docs/images/counting_arrow_system.svg similarity index 100% rename from documentation/images/counting_arrow_system.svg rename to docs/images/counting_arrow_system.svg diff --git a/documentation/images/femmt.png b/docs/images/femmt.png similarity index 100% rename from documentation/images/femmt.png rename to docs/images/femmt.png diff --git a/documentation/images/femmt.svg b/docs/images/femmt.svg similarity index 100% rename from documentation/images/femmt.svg rename to docs/images/femmt.svg diff --git a/documentation/images/femmt_gui_definition.png b/docs/images/femmt_gui_definition.png similarity index 100% rename from documentation/images/femmt_gui_definition.png rename to docs/images/femmt_gui_definition.png diff --git a/documentation/images/geometry_air_gap.png b/docs/images/geometry_air_gap.png similarity index 100% rename from documentation/images/geometry_air_gap.png rename to docs/images/geometry_air_gap.png diff --git a/documentation/images/geometry_air_gap.svg b/docs/images/geometry_air_gap.svg similarity index 100% rename from documentation/images/geometry_air_gap.svg rename to docs/images/geometry_air_gap.svg diff --git a/documentation/images/geometry_core.png b/docs/images/geometry_core.png similarity index 100% rename from documentation/images/geometry_core.png rename to docs/images/geometry_core.png diff --git a/documentation/images/geometry_core.svg b/docs/images/geometry_core.svg similarity index 100% rename from documentation/images/geometry_core.svg rename to docs/images/geometry_core.svg diff --git a/documentation/images/geometry_core_developer_notes.png b/docs/images/geometry_core_developer_notes.png similarity index 100% rename from documentation/images/geometry_core_developer_notes.png rename to docs/images/geometry_core_developer_notes.png diff --git a/documentation/images/geometry_core_developer_notes.svg b/docs/images/geometry_core_developer_notes.svg similarity index 100% rename from documentation/images/geometry_core_developer_notes.svg rename to docs/images/geometry_core_developer_notes.svg diff --git a/documentation/images/geometry_core_naming_convention.png b/docs/images/geometry_core_naming_convention.png similarity index 100% rename from documentation/images/geometry_core_naming_convention.png rename to docs/images/geometry_core_naming_convention.png diff --git a/documentation/images/geometry_core_naming_convention.svg b/docs/images/geometry_core_naming_convention.svg similarity index 100% rename from documentation/images/geometry_core_naming_convention.svg rename to docs/images/geometry_core_naming_convention.svg diff --git a/documentation/images/geometry_insulation.png b/docs/images/geometry_insulation.png similarity index 100% rename from documentation/images/geometry_insulation.png rename to docs/images/geometry_insulation.png diff --git a/documentation/images/geometry_insulation.svg b/docs/images/geometry_insulation.svg similarity index 100% rename from documentation/images/geometry_insulation.svg rename to docs/images/geometry_insulation.svg diff --git a/documentation/images/geometry_thermal.png b/docs/images/geometry_thermal.png similarity index 100% rename from documentation/images/geometry_thermal.png rename to docs/images/geometry_thermal.png diff --git a/documentation/images/geometry_thermal.svg b/docs/images/geometry_thermal.svg similarity index 100% rename from documentation/images/geometry_thermal.svg rename to docs/images/geometry_thermal.svg diff --git a/documentation/images/geometry_translated.png b/docs/images/geometry_translated.png similarity index 100% rename from documentation/images/geometry_translated.png rename to docs/images/geometry_translated.png diff --git a/documentation/images/geometry_translated.svg b/docs/images/geometry_translated.svg similarity index 100% rename from documentation/images/geometry_translated.svg rename to docs/images/geometry_translated.svg diff --git a/documentation/images/geometry_winding_windows.png b/docs/images/geometry_winding_windows.png similarity index 100% rename from documentation/images/geometry_winding_windows.png rename to docs/images/geometry_winding_windows.png diff --git a/documentation/images/geometry_winding_windows.svg b/docs/images/geometry_winding_windows.svg similarity index 100% rename from documentation/images/geometry_winding_windows.svg rename to docs/images/geometry_winding_windows.svg diff --git a/documentation/images/msh_panel.png b/docs/images/msh_panel.png similarity index 100% rename from documentation/images/msh_panel.png rename to docs/images/msh_panel.png diff --git a/documentation/images/msh_simulation.png b/docs/images/msh_simulation.png similarity index 100% rename from documentation/images/msh_simulation.png rename to docs/images/msh_simulation.png diff --git a/documentation/images/pycharm_configuration_pro_files.png b/docs/images/pycharm_configuration_pro_files.png similarity index 100% rename from documentation/images/pycharm_configuration_pro_files.png rename to docs/images/pycharm_configuration_pro_files.png diff --git a/documentation/images/pycharm_configuration_pro_files.svg b/docs/images/pycharm_configuration_pro_files.svg similarity index 100% rename from documentation/images/pycharm_configuration_pro_files.svg rename to docs/images/pycharm_configuration_pro_files.svg diff --git a/documentation/images/user_guide_example_model.png b/docs/images/user_guide_example_model.png similarity index 100% rename from documentation/images/user_guide_example_model.png rename to docs/images/user_guide_example_model.png diff --git a/documentation/images/user_guide_example_simulation.png b/docs/images/user_guide_example_simulation.png similarity index 100% rename from documentation/images/user_guide_example_simulation.png rename to docs/images/user_guide_example_simulation.png diff --git a/documentation/images/user_guide_example_thermal_simulation.png b/docs/images/user_guide_example_thermal_simulation.png similarity index 100% rename from documentation/images/user_guide_example_thermal_simulation.png rename to docs/images/user_guide_example_thermal_simulation.png diff --git a/documentation/images/winding_types/Interleaved_HorizontalAlternating.png b/docs/images/winding_types/Interleaved_HorizontalAlternating.png similarity index 100% rename from documentation/images/winding_types/Interleaved_HorizontalAlternating.png rename to docs/images/winding_types/Interleaved_HorizontalAlternating.png diff --git a/documentation/images/winding_types/Interleaved_VerticalStacked_hexagonal.png b/docs/images/winding_types/Interleaved_VerticalStacked_hexagonal.png similarity index 100% rename from documentation/images/winding_types/Interleaved_VerticalStacked_hexagonal.png rename to docs/images/winding_types/Interleaved_VerticalStacked_hexagonal.png diff --git a/documentation/images/winding_types/Interleaved_VerticalStacked_square.png b/docs/images/winding_types/Interleaved_VerticalStacked_square.png similarity index 100% rename from documentation/images/winding_types/Interleaved_VerticalStacked_square.png rename to docs/images/winding_types/Interleaved_VerticalStacked_square.png diff --git a/documentation/images/winding_types/Single_FoilHorizontal.png b/docs/images/winding_types/Single_FoilHorizontal.png similarity index 100% rename from documentation/images/winding_types/Single_FoilHorizontal.png rename to docs/images/winding_types/Single_FoilHorizontal.png diff --git a/documentation/images/winding_types/Single_FoilVertical_fixed_thickness.png b/docs/images/winding_types/Single_FoilVertical_fixed_thickness.png similarity index 100% rename from documentation/images/winding_types/Single_FoilVertical_fixed_thickness.png rename to docs/images/winding_types/Single_FoilVertical_fixed_thickness.png diff --git a/documentation/images/winding_types/Single_FoilVertical_interpolate.png b/docs/images/winding_types/Single_FoilVertical_interpolate.png similarity index 100% rename from documentation/images/winding_types/Single_FoilVertical_interpolate.png rename to docs/images/winding_types/Single_FoilVertical_interpolate.png diff --git a/documentation/images/winding_types/Single_Full.png b/docs/images/winding_types/Single_Full.png similarity index 100% rename from documentation/images/winding_types/Single_Full.png rename to docs/images/winding_types/Single_Full.png diff --git a/documentation/images/winding_types/Single_Hexagonal.png b/docs/images/winding_types/Single_Hexagonal.png similarity index 100% rename from documentation/images/winding_types/Single_Hexagonal.png rename to docs/images/winding_types/Single_Hexagonal.png diff --git a/documentation/images/winding_types/Single_Square.png b/docs/images/winding_types/Single_Square.png similarity index 100% rename from documentation/images/winding_types/Single_Square.png rename to docs/images/winding_types/Single_Square.png diff --git a/documentation/images/winding_types/Single_SquareFullWidth.png b/docs/images/winding_types/Single_SquareFullWidth.png similarity index 100% rename from documentation/images/winding_types/Single_SquareFullWidth.png rename to docs/images/winding_types/Single_SquareFullWidth.png diff --git a/documentation/make.bat b/docs/make.bat similarity index 100% rename from documentation/make.bat rename to docs/make.bat diff --git a/documentation/source/conf.py b/docs/source/conf.py similarity index 100% rename from documentation/source/conf.py rename to docs/source/conf.py diff --git a/documentation/source/developer_notes.rst b/docs/source/developer_notes.rst similarity index 100% rename from documentation/source/developer_notes.rst rename to docs/source/developer_notes.rst diff --git a/documentation/source/index.rst b/docs/source/index.rst similarity index 100% rename from documentation/source/index.rst rename to docs/source/index.rst diff --git a/documentation/source/intro.rst b/docs/source/intro.rst similarity index 100% rename from documentation/source/intro.rst rename to docs/source/intro.rst diff --git a/documentation/source/introduction.rst b/docs/source/introduction.rst similarity index 100% rename from documentation/source/introduction.rst rename to docs/source/introduction.rst diff --git a/documentation/source/user_guide_model_creation.rst b/docs/source/user_guide_model_creation.rst similarity index 100% rename from documentation/source/user_guide_model_creation.rst rename to docs/source/user_guide_model_creation.rst diff --git a/documentation/source/winding_types.rst b/docs/source/winding_types.rst similarity index 100% rename from documentation/source/winding_types.rst rename to docs/source/winding_types.rst From b6366c737c0fca82b84f7508f950a089f104fb9b Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:18:56 +0200 Subject: [PATCH 4/9] rm sphinx multiversion --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 68734495..6759f000 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. sys.path.insert(0, os.path.abspath('_extensions')) -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'sphinx.ext.todo', 'sphinx_multiversion'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'sphinx.ext.todo'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates/'] From e487a20de9a76148c65043b8fc5936d83494d591 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:32:34 +0200 Subject: [PATCH 5/9] add sphinx dependency --- .github/workflows/sphinx_render_docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml index 77afde68..fd36d28e 100644 --- a/.github/workflows/sphinx_render_docs.yml +++ b/.github/workflows/sphinx_render_docs.yml @@ -9,6 +9,9 @@ jobs: contents: write steps: - uses: actions/checkout@v4 + - name: Install sphinx and build documentation with sphinx + run: | + pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email - name: Build HTML uses: ammaraskar/sphinx-action@master - name: Upload artifacts From 98f8baba44b1ffe3023ea7f036db7ab1933eea38 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Wed, 1 May 2024 11:02:49 +0200 Subject: [PATCH 6/9] add docs-folder --- .github/workflows/sphinx_render_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml index fd36d28e..adeaceb2 100644 --- a/.github/workflows/sphinx_render_docs.yml +++ b/.github/workflows/sphinx_render_docs.yml @@ -9,6 +9,8 @@ jobs: contents: write steps: - uses: actions/checkout@v4 + with: + docs-folder: "docs/" - name: Install sphinx and build documentation with sphinx run: | pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email From cd6e5347ee1cdfb7b0a287f064a15ffe6d1a02a2 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Wed, 1 May 2024 11:13:39 +0200 Subject: [PATCH 7/9] add docs dependency --- .github/workflows/sphinx_render_docs.yml | 4 ++-- docs/requirements.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml index adeaceb2..f84fe412 100644 --- a/.github/workflows/sphinx_render_docs.yml +++ b/.github/workflows/sphinx_render_docs.yml @@ -9,13 +9,13 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - with: - docs-folder: "docs/" - name: Install sphinx and build documentation with sphinx run: | pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email - name: Build HTML uses: ammaraskar/sphinx-action@master + with: + docs-folder: "docs/" - name: Upload artifacts uses: actions/upload-artifact@v4 with: diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..051d02bb --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,3 @@ +sphinx-multiversion +sphinx_rtd_theme +sphinxcontrib-email \ No newline at end of file From 45382bdd0874e8e86b56dddea5f8adadecc23e86 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Wed, 1 May 2024 11:21:44 +0200 Subject: [PATCH 8/9] update documentation directory --- .github/workflows/develop.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 5cf56e6a..6097f71d 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -83,5 +83,5 @@ jobs: pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email pwd ls - cd documentation/ + cd doc/ make html diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7395d378..65c7949f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,5 +83,5 @@ jobs: pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email pwd ls - cd documentation/ + cd doc/ make html From 76d45610c0378ce8129497612179058e6b640bcd Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Wed, 1 May 2024 11:42:25 +0200 Subject: [PATCH 9/9] fix typo --- .github/workflows/develop.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 6097f71d..ae850f71 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -83,5 +83,5 @@ jobs: pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email pwd ls - cd doc/ + cd docs/ make html diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65c7949f..6c859af5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,5 +83,5 @@ jobs: pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email pwd ls - cd doc/ + cd docs/ make html