Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jul 19, 2024
2 parents 85069d9 + 76f747d commit 2bcdcdb
Show file tree
Hide file tree
Showing 63 changed files with 34,882 additions and 23,453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
sudo apt-get install -y pandoc
- name: Ensure sphinx builds (warnings allowed)
run: |
cp -r DocumentedExamples/ docs/
cp -r Examples/ docs/
cp -r Tutorials/ docs/
make -C docs html O=-n
62 changes: 0 additions & 62 deletions .jenkins/Jenkinsfile

This file was deleted.

2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
python: "3"
jobs:
post_checkout:
- cp -r DocumentedExamples/ docs/
- cp -r Examples/ docs/
- cp -r Tutorials/ docs/

python:
Expand Down
Loading

0 comments on commit 2bcdcdb

Please sign in to comment.