Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanth-lingappa committed Jan 16, 2024
1 parent 6a2dab0 commit 1c10400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lint:
yamllint .
echo "\n\n\n\n\n\n\n\n\n\n"
ansible-lint
python3 -m pycodestyle --max-line-length 160 --config /dev/null --ignore E203,E402,E741,W503,W504 plugins tests
python3 -m pycodestyle --max-line-length 160 --config /dev/null --ignore E203,E402,E741,W503,W504 plugins tests

test_sanity: galaxy_importer install
cd ~/.ansible/collections/ansible_collections/netscaler/adc && \
Expand All @@ -64,6 +64,7 @@ galaxy_importer: build
# build_docs:
# rm -rf _built_docs
# mkdir -p _built_docs
# make install
# antsibull-docs sphinx-init --use-current --dest-dir _built_docs netscaler.adc
# cd _built_docs
# pip3 install -r requirements.txt
Expand Down

0 comments on commit 1c10400

Please sign in to comment.