summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-03-04 13:22:44 -0800
committerGitHub <noreply@github.com>2021-03-04 13:22:44 -0800
commitf9570289c7abd568714e4114e0b9ce1d0ddc5dcf (patch)
treee9823cc1c58d752604a23f053d263e27b7245877 /doc/Makefile
parent00a2ff9ecca3787d9c55956ecc5a135470e0d6f3 (diff)
downloadnetworkx-f9570289c7abd568714e4114e0b9ce1d0ddc5dcf.tar.gz
Make main default branch (and remove gitwash) (#4649)
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 41461ac8..303c4fac 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -26,7 +26,6 @@ help:
@echo " changes to make an overview of all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
- @echo " gitwash to update the gitwash documentation"
clean:
@@ -115,9 +114,3 @@ latexpdf: latex
docs: clean html latexpdf
cp build/latex/networkx_reference.pdf build/html/_downloads/.
-
-gitwash-update:
- python ../tools/gitwash_dumper.py developer networkx \
- --project-url=https://networkx.org \
- --project-ml-url=https://groups.google.com/group/networkx-discuss/ \
- --gitwash-url git@github.com:matthew-brett/gitwash.git