Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- restore_cache:
key: v2-dependency-cache-{{ checksum "st2/requirements.txt" }}
- run: sudo apt install python-dev
- run: sudo apt install libldap2-dev
- run: sudo apt install libldap2-dev
- run: sudo apt install libsasl2-dev
- run: make docs
- run:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Follows these steps to build the docs locally:

Install the dependencies:

For Debian/Ubuntu: ``sudo apt-get install libpython-dev libssl-dev``
For Debian/Ubuntu: ``sudo apt-get install python-dev libssl-dev libldap2-dev libsasl2-dev ldap-utils``

For RHEL/CentOS: `` sudo yum install python-devel openssl-devel gcc``
For RHEL/CentOS: `` sudo dnf install python2-devel python3-devel openldap-devel``

```bash
git clone https://github.com/StackStorm/st2docs.git
Expand Down
Loading