Skip to content

Commit

Permalink
Merge pull request #1015 from mantidproject/fix_sphinx_problems
Browse files Browse the repository at this point in the history
Fix sphinx problems
  • Loading branch information
SilkeSchomann authored Oct 10, 2024
2 parents 054282b + c375848 commit af752b5
Show file tree
Hide file tree
Showing 38 changed files with 80 additions and 544 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/online_doc_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,14 @@ on:
- main

jobs:
build:
pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update dependencies
run: |
sudo apt-get update -qq
sudo apt-get install texlive-latex-base texlive-latex-recommended \
texlive-fonts-recommended texlive-latex-extra dvipng
- name: Build and Commit
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: docs/source
- name: Push changes
uses: ad-m/[email protected]
publish: false
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
publish_dir: ${{ steps.deployment.outputs.artifact }}
192 changes: 0 additions & 192 deletions docs/Makefile

This file was deleted.

File renamed without changes.
Loading

0 comments on commit af752b5

Please sign in to comment.