Skip to content

Commit

Permalink
Use sphinx gh pages extension to add .nojekyll files
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed May 8, 2024
1 parent 07630f6 commit e5207c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- name: Sphinx build
run: |
sphinx-build docs _build
- name: Create .nojekyll file
run: touch .nojekyll
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
"nbsphinx",
"sphinx.ext.githubpages",
]

autosummary_generate = True
Expand Down

0 comments on commit e5207c0

Please sign in to comment.