Merge pull request #7326 from xinbinhuang/improve_marker_doc

Remove start_doc_server.sh script
This commit is contained in:
Anthony Sottile 2020-06-09 01:55:30 -07:00 committed by GitHub
commit aabf03350a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
MY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd "${MY_DIR}"/_build/html || exit
python -m http.server 8000