Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #358 from PanDAWMS/next
Browse files Browse the repository at this point in the history
2.12.3.13
  • Loading branch information
PalNilsson authored Jul 21, 2021
2 parents 3eb25e4 + 45e0b64 commit 0325749
Show file tree
Hide file tree
Showing 631 changed files with 1,297 additions and 162,820 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = E262,E265,E266,N804,W504,B902
ignore = E262,E265,E266,N804,W504,B902,N818
show-source = true
max-line-length = 160
select=A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z
Expand Down
7 changes: 0 additions & 7 deletions .flake8.py26

This file was deleted.

21 changes: 5 additions & 16 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,9 @@ jobs:
- name: Check sphinx version
run: python -c "import sphinx;print(sphinx.__version__)"

- name: Create html docs
run: |
cd ./doc
make github
- name: Add nojekyll file to repo root dir
run: |
touch .nojekyll
- name: Push docs to repo
run: |
git config user.name "brinick"
git config user.email "[email protected]"
git add docs .nojekyll
git commit -m "Adding Pilot documentation"
git push
- name: Trigger panda-docs webhook
env:
READDOCS_TOKEN: ${{ secrets.READDOCS_TOKEN }}
READDOCS_HOOK: ${{ secrets.READDOCS_HOOK }}
run: curl -X POST -d "token=$READDOCS_TOKEN" $READDOCS_HOOK

2 changes: 1 addition & 1 deletion PILOTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.2.1
2.12.3.13
3 changes: 0 additions & 3 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ help:
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

github:
@make html
@cp -a _build/html ../docs
2 changes: 1 addition & 1 deletion doc/getting_started/launch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ called like:
./pilot.py -d -q <QUEUE_NAME>
The ``QUEUE_NAME`` correspond to the ATLAS PandaQueue as defined in `AGIS`_. This will launch the default ``generic``
workflow with lifetime default lifetime of 10 seconds.
workflow with a default lifetime of 10 seconds.

.. _AGIS: http://atlas-agis.cern.ch/agis/

Expand Down
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

164 changes: 0 additions & 164 deletions docs/_modules/index.html

This file was deleted.

Loading

0 comments on commit 0325749

Please sign in to comment.