Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix(docs): working on documentation generation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MemerGamer committed Jan 4, 2024
1 parent d06679d commit b502afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ Indices and tables

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit b502afd

Please sign in to comment.