Skip to content

Commit

Permalink
ignore pages build files + tweak docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jan 6, 2024
1 parent e963955 commit 725861a
Show file tree
Hide file tree
Showing 69 changed files with 7 additions and 17,435 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,20 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3

- name: Install dependencies
- name: Install module
run: |
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx generate structure
run: |
sphinx-apidoc -o doc src
pip install -e '.[docs]'
- name: Sphinx build
run: |
sphinx-build doc _build
sphinx-apidoc -o doc src
sphinx-build doc .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: _build/
publish_dir: .build/
force_orphan: true
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ config.yml
# caches
**cache*

# build/dev directories
# build/dev/doc directories
dist/
.grip/
.build/

# large data & log folders
_data/
Expand Down
4 changes: 0 additions & 4 deletions _build/.buildinfo

This file was deleted.

Binary file removed _build/.doctrees/environment.pickle
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/syncify.abstract.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.api.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.local.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.local.library.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.local.playlist.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.local.track.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.processors.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.remote.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.remote.processors.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.spotify.api.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.spotify.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.spotify.processors.doctree
Binary file not shown.
Binary file removed _build/.doctrees/syncify.utils.doctree
Binary file not shown.
20 changes: 0 additions & 20 deletions _build/_sources/index.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions _build/_sources/modules.rst.txt

This file was deleted.

45 changes: 0 additions & 45 deletions _build/_sources/syncify.abstract.rst.txt

This file was deleted.

21 changes: 0 additions & 21 deletions _build/_sources/syncify.api.rst.txt

This file was deleted.

10 changes: 0 additions & 10 deletions _build/_sources/syncify.local.library.rst.txt

This file was deleted.

10 changes: 0 additions & 10 deletions _build/_sources/syncify.local.playlist.rst.txt

This file was deleted.

39 changes: 0 additions & 39 deletions _build/_sources/syncify.local.rst.txt

This file was deleted.

10 changes: 0 additions & 10 deletions _build/_sources/syncify.local.track.rst.txt

This file was deleted.

69 changes: 0 additions & 69 deletions _build/_sources/syncify.processors.rst.txt

This file was deleted.

37 changes: 0 additions & 37 deletions _build/_sources/syncify.remote.processors.rst.txt

This file was deleted.

Loading

0 comments on commit 725861a

Please sign in to comment.