gen_docs.sh 217 B

12345678910
  1. #!/bin/bash
  2. # requires: python-docutils
  3. # Get into the project root
  4. cd $(dirname "${BASH_SOURCE}"); cd ..
  5. rst2html --title="Searx-Qt documentation" \
  6. --stylesheet=docs/style.css docs/index.rst \
  7. docs/index.html