mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove webdocs from docs
No reason to build the website for RPMs/DEBs, adding dependency on Sphinx.
This commit is contained in:
parent
51d7c120e1
commit
e2c1b34dbb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ tests:
|
||||||
PYTHONPATH=./lib nosetests -d -v
|
PYTHONPATH=./lib nosetests -d -v
|
||||||
|
|
||||||
# To force a rebuild of the docs run 'touch VERSION && make docs'
|
# To force a rebuild of the docs run 'touch VERSION && make docs'
|
||||||
docs: $(MANPAGES) modulepages webdocs
|
docs: $(MANPAGES) modulepages
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
sh hacking/authors.sh
|
sh hacking/authors.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue