forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.yaml
75 lines (75 loc) · 1.98 KB
/
docs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
title: DataStax Python Driver
summary: DataStax Python Driver for Apache Cassandra®
output: docs/_build/
swiftype_drivers: pythondrivers
checks:
external_links:
exclude:
- 'http://aka.ms/vcpython27'
sections:
- title: N/A
prefix: /
type: sphinx
directory: docs
virtualenv_init: |
set -x
CASS_DRIVER_NO_CYTHON=1 pip install -r test-datastax-requirements.txt
# for newer versions this is redundant, but in older versions we need to
# install, e.g., the cassandra driver, and those versions don't specify
# the cassandra driver version in requirements files
CASS_DRIVER_NO_CYTHON=1 python setup.py develop
pip install "jinja2==2.8.1;python_version<'3.6'" "sphinx>=1.3,<2" geomet
# build extensions like libev
CASS_DRIVER_NO_CYTHON=1 python setup.py build_ext --inplace --force
versions:
- name: '3.25'
ref: a83c36a5
- name: '3.24'
ref: 21cac12b
- name: '3.23'
ref: a40a2af7
- name: '3.22'
ref: 1ccd5b99
- name: '3.21'
ref: 5589d96b
- name: '3.20'
ref: d30d166f
- name: '3.19'
ref: ac2471f9
- name: '3.18'
ref: ec36b957
- name: '3.17'
ref: 38e359e1
- name: '3.16'
ref: '3.16.0'
- name: '3.15'
ref: '2ce0bd97'
- name: '3.14'
ref: '9af8bd19'
- name: '3.13'
ref: '3.13.0'
- name: '3.12'
ref: '43b9c995'
- name: '3.11'
ref: '3.11.0'
- name: '3.10'
ref: 64572368
- name: 3.9
ref: 3.9-doc
- name: 3.8
ref: 3.8-doc
- name: 3.7
ref: 3.7-doc
- name: 3.6
ref: 3.6-doc
- name: 3.5
ref: 3.5-doc
redirects:
- \A\/(.*)/\Z: /\1.html
rewrites:
- search: cassandra.apache.org/doc/cql3/CQL.html
replace: cassandra.apache.org/doc/cql3/CQL-3.0.html
- search: http://www.datastax.com/documentation/cql/3.1/
replace: https://docs.datastax.com/en/archived/cql/3.1/
- search: http://www.datastax.com/docs/1.2/cql_cli/cql/BATCH
replace: https://docs.datastax.com/en/dse/6.7/cql/cql/cql_reference/cql_commands/cqlBatch.html