Skip to content

Commit

Permalink
2025-02-24: trying to get new theme working
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieHeather committed Feb 25, 2025
1 parent 8d934f3 commit cd34276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
pages: write
id-token: write
steps:
#- uses: readthedocs/actions/preview@v1
- name: Install theme
run: |
python -m pip install --upgrade pip
pip install sphinx-rtd-theme
- id: deployment
uses: sphinx-notes/pages@v3
## https://stackoverflow.com/questions/62683329/how-to-self-host-read-the-docs-using-github-pages
Expand Down

0 comments on commit cd34276

Please sign in to comment.