diff options
author | Meet Mangukiya <meetmangukiya98@gmail.com> | 2020-02-25 03:29:49 +0530 |
---|---|---|
committer | Meet Mangukiya <meetmangukiya98@gmail.com> | 2020-02-25 03:38:10 +0530 |
commit | c6393f86d70ca33385cc8029e9e5029c5627d5c3 (patch) | |
tree | 54e02315d44f4e5cf7d4fd026a3b16536e24ff2c /README.rst | |
parent | 9da85619e6bd1f274210a90883aba395497225d0 (diff) | |
download | mitmproxy-c6393f86d70ca33385cc8029e9e5029c5627d5c3.tar.gz mitmproxy-c6393f86d70ca33385cc8029e9e5029c5627d5c3.tar.bz2 mitmproxy-c6393f86d70ca33385cc8029e9e5029c5627d5c3.zip |
Remove yarn/npm from docs
Closes https://github.com/mitmproxy/mitmproxy/issues/3716
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -121,12 +121,10 @@ The following tools are required to build the mitmproxy docs: - Hugo_ - modd_ -- yarn_ .. code-block:: bash cd docs - yarn modd @@ -188,7 +186,6 @@ with the following command: .. _tox: https://tox.readthedocs.io/ .. _Hugo: https://gohugo.io/ .. _modd: https://github.com/cortesi/modd -.. _yarn: https://yarnpkg.com/en/ .. _PEP8: https://www.python.org/dev/peps/pep-0008 .. _`Google Style Guide`: https://google.github.io/styleguide/pyguide.html .. _StackOverflow: https://stackoverflow.com/questions/tagged/mitmproxy |