Skip to content

Commit

Permalink
Change to sphinx build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkphuthi committed Sep 27, 2024
1 parent a459bb8 commit 0bfa5dd
Show file tree
Hide file tree
Showing 131 changed files with 2 additions and 20,786 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
pip install -e .
- name: Sphinx build
run: |
sphinx-build docs docs_build
sphinx-build docs _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs_build/
publish_dir: _build/
force_orphan: true
4 changes: 0 additions & 4 deletions _build/.buildinfo

This file was deleted.

Binary file removed _build/.doctrees/CONTRIBUTING.doctree
Binary file not shown.
Binary file removed _build/.doctrees/README.doctree
Binary file not shown.
Binary file removed _build/.doctrees/asimplify.doctree
Binary file not shown.
Binary file not shown.
Binary file removed _build/.doctrees/asimtools.asimmodules.doctree
Binary file not shown.
Binary file not shown.
Binary file removed _build/.doctrees/asimtools.asimmodules.eos.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _build/.doctrees/asimtools.doctree
Binary file not shown.
Binary file removed _build/.doctrees/environment.pickle
Binary file not shown.
Binary file removed _build/.doctrees/include_contributing.doctree
Binary file not shown.
Binary file removed _build/.doctrees/include_readme.doctree
Binary file not shown.
Binary file removed _build/.doctrees/index.doctree
Binary file not shown.
Binary file removed _build/.doctrees/modules.doctree
Binary file not shown.
Binary file removed _build/.doctrees/usage.doctree
Binary file not shown.
Binary file removed _build/.doctrees/workflows.doctree
Binary file not shown.
198 changes: 0 additions & 198 deletions _build/CONTRIBUTING.html

This file was deleted.

Loading

0 comments on commit 0bfa5dd

Please sign in to comment.