deoren / notes

Various notes for topics I'm learning
2 stars 0 forks source link

Ubuntu | Build Nginx Unit docs #16

Open deoren opened 5 years ago

deoren commented 5 years ago
  1. Create new container, VM, etc
    • I opted to use an Ubuntu 16.04 LXD container
  2. sudo apt-get install make build-essential git python python-pip
  3. pip install sphinx
  4. git clone https://github.com/nginx/unit-docs
  5. cd unit-docs
  6. make
  7. sphinx-build -b epub source build

This results in HTML output and an epub file, both within the build directory.

deoren commented 5 years ago

I didn't note whether the epub passed validation or required touch-up work with Calibre.