Skip to content

Commit 2524fe0

Browse files
committed
update
1 parent e1f9234 commit 2524fe0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+4
-7107
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docs
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'master'
77

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
99
permissions:
@@ -26,7 +26,7 @@ jobs:
2626
pip install sphinx furo
2727
- name: Sphinx build
2828
run: |
29-
sphinx-build docs/source docs/_build
29+
sphinx-build docs docs/_build
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v3
3232
- name: Upload artifact

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ dist/
3535
*.egg-info/
3636

3737
# documentation output
38-
sphinx/_build
39-
sphinx/_static
40-
sphinx/_template
38+
docs/_build
39+
docs/_template
4140

4241
#links
4342
*.lnk
-119 KB
Binary file not shown.
-546 KB
Binary file not shown.
-21.8 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

-23.7 KB
Binary file not shown.

docs/_build/doctrees/legendre.doctree

-43.9 KB
Binary file not shown.
-155 KB
Binary file not shown.

docs/_build/doctrees/util.doctree

-13.9 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)