1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1500 from zeroedin-bill/docs-build-improvements

Update docs dependency install script and readme to target Ubuntu 14.04
This commit is contained in:
Marco Pivetta 2015-09-04 08:41:38 +01:00
commit d1b24dfe12
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
# Doctrine ORM Documentation
## How to Generate
## How to Generate:
Using Ubuntu 14.04 LTS:
1. Run ./bin/install-dependencies.sh
2. Run ./bin/generate-docs.sh

View File

@ -1,4 +1,2 @@
#!/bin/bash
sudo apt-get install python25 python25-dev texlive-full rubber
sudo easy_install pygments
sudo easy_install sphinx
sudo apt-get update && sudo apt-get install -y python2.7 python-sphinx python-pygments