From b502afd6241d3e3b468a3180a349e5e4301a3c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kov=C3=A1cs=20B=C3=A1lint=20Hunor?= Date: Thu, 4 Jan 2024 19:13:21 +0200 Subject: [PATCH] fix(docs): working on documentation generation fix --- .github/workflows/documentation.yml | 4 +--- docs/index.rst | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5583a37..99a50e6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,9 +16,7 @@ jobs: pip install sphinx furo myst_parser pip install -r requirements.txt - name: Sphinx build - run: | - cd $GITHUB_WORKSPACE # Change to the root directory - sphinx-build docs _build + run: sphinx-build docs _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: diff --git a/docs/index.rst b/docs/index.rst index 047a834..2d5ee24 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,4 +18,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` -* :ref:`search`