Browse Source

remove python http server

Lee Wei 4 years ago
parent
commit
e3b4e62da0
1 changed files with 1 additions and 8 deletions
  1. 1 8
      docs/contributing-devguide.md

+ 1 - 8
docs/contributing-devguide.md

@@ -76,14 +76,7 @@ Run the following command to run a complete build. The rendered assets are avail
 
 ```shell
 make docs
-
-# Python 3
-# inspect the build with this one-liner
-python -m http.server 8000 --directory site
-
-# Python 2
-cd site
-python -m SimpleHTTPServer 8000
+make serve-docs
 ```
 
 Open `http://localhost:8000` in your browser.