File tree Expand file tree Collapse file tree 2 files changed +10
-20
lines changed Expand file tree Collapse file tree 2 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 19
19
- name : Lint the code
20
20
run : nox -s lint
21
21
22
- docs :
23
- runs-on : ubuntu-latest
24
- steps :
25
- - name : Checkout Repository
26
- uses : actions/checkout@v2
27
- - name : Set up Python 3.7
28
- uses : actions/setup-python@v2
29
- with :
30
- python-version : 3.7
31
- - name : Install dependencies
32
- run : |
33
- python3.7 -m pip install nox
34
- - name : Build the docs
35
- run : nox -s docs
36
-
37
22
test-linux :
38
23
strategy :
39
24
fail-fast : false
Original file line number Diff line number Diff line change 1
1
version : 2
2
- sphinx :
3
- configuration : docs/sphinx/conf.py
2
+
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ # To work around https://github.com/aio-libs/aiohttp/issues/7675, we need
7
+ # to set AIOHTTP_NO_EXTENSIONS to 1 but it has to be done in
8
+ # https://readthedocs.org/dashboard/elasticsearch-py/environmentvariables/
9
+ # because of https://github.com/readthedocs/readthedocs.org/issues/6311
10
+ python : " 3"
4
11
5
12
python :
6
- version : 3.7
7
13
install :
8
- - method : pip
9
- path : .
10
14
- requirements : dev-requirements.txt
15
+ - path : .
You can’t perform that action at this time.
0 commit comments