-
Notifications
You must be signed in to change notification settings - Fork 23
maint: update the requirements #1112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
049d0e5
maint: update the requirements
Revathyvenugopal162 a7e0eff
maint: add the nightly build of docs
Revathyvenugopal162 f06622d
maint: add the requirement
Revathyvenugopal162 952ede3
Merge branch 'master' into maint/update-requirements
Revathyvenugopal162 f5d48ad
fix: decompress artifacts
Revathyvenugopal162 d110840
fix: remove if
Revathyvenugopal162 e26a495
fix: remove if condition
Revathyvenugopal162 134130b
Update requirements/requirements_docs.txt
Revathyvenugopal162 a78b4fe
fix: pyvista intersphinx
Revathyvenugopal162 9ec3106
fix: pyvista intersphinx
Revathyvenugopal162 2088b25
Apply suggestions from code review
Revathyvenugopal162 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| name: Nightly Documentation Build | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| schedule: # UTC at 0400 | ||
| - cron: '0 4 * * *' | ||
|
|
||
| env: | ||
| DOCUMENTATION_CNAME: 'dpf.docs.pyansys.com' | ||
|
|
||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| docs: | ||
| uses: ./.github/workflows/docs.yml | ||
| with: | ||
| ANSYS_VERSION: "241" | ||
| standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }} | ||
| custom-requirements: ${{ github.event.inputs.custom-requirements || 'requirements/requirements_dev.txt' }} | ||
| custom-wheels: ${{ github.event.inputs.custom-wheels || './dpf-standalone/v241/dist' }} | ||
| event_name: ${{ github.event_name }} | ||
| secrets: inherit | ||
|
|
||
| upload-development-docs: | ||
| runs-on: ubuntu-latest | ||
| needs: [docs] | ||
| steps: | ||
| - name: "Upload development documentation" | ||
| uses: ansys/actions/doc-deploy-dev@v4 | ||
| with: | ||
| cname: ${{ env.DOCUMENTATION_CNAME }} | ||
| token: ${{ secrets.GITHUB_TOKEN }} | ||
| doc-artifact-name: HTML-doc-ansys-dpf-core.zip | ||
| decompress-artifact: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| ansys_sphinx_theme==0.9.5 | ||
| enum-tools[sphinx]==0.9.0.post1 | ||
| ansys-sphinx-theme==0.10.2 | ||
| enum-tools[sphinx]==0.10.0 | ||
| graphviz==0.20.1 | ||
| imageio==2.28.0 | ||
| imageio-ffmpeg==0.4.7 | ||
| nbsphinx==0.9.1 | ||
| imageio==2.31.1 | ||
| imageio-ffmpeg==0.4.8 | ||
Revathyvenugopal162 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| nbsphinx==0.9.2 | ||
| pypandoc==1.11 | ||
| pytest-sphinx==0.5.0 | ||
| pyvista==0.36.1 | ||
| sphinx==5.3.0 | ||
| Sphinx==7.1.2 | ||
| sphinx-autobuild==2021.3.14 | ||
| sphinx-copybutton==0.5.0 | ||
| sphinx-gallery==0.11.0 | ||
| sphinx-copybutton==0.5.2 | ||
| sphinx-gallery==0.13.0 | ||
| sphinx-notfound-page==0.8.3 | ||
| sphinx_design==0.5.0 | ||
| sphinxcontrib-napoleon==0.7 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.