File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
- name : " Install Sphinx dependencies"
30
30
run : sudo apt-get install python-dev build-essential
31
31
32
- # - name: "Cache pip"
33
- # uses: actions/cache@v2
34
- # with:
35
- # path: ~/.cache/pip
36
- # key: ${{ runner.os }}-pip-${{ hashFiles('_build/.requirements.txt') }}
37
- # restore-keys: |
38
- # ${{ runner.os }}-pip-
32
+ - name : " Cache pip"
33
+ uses : actions/cache@v2
34
+ with :
35
+ path : ~/.cache/pip
36
+ key : ${{ runner.os }}-pip-${{ hashFiles('_build/.requirements.txt') }}
37
+ restore-keys : |
38
+ ${{ runner.os }}-pip-
39
39
40
40
- name : " Install Sphinx + requirements via pip"
41
41
run : pip install -r _build/.requirements.txt
Original file line number Diff line number Diff line change 1
1
docutils==0.13.1
2
2
Pygments==2.2.0
3
3
sphinx==1.8.5
4
- sphinxcontrib-phpdomain==0.6.3
5
4
git+https://github.com/fabpot/sphinx-php.git@v2.0.0#egg_name=sphinx-php
6
5
jsx-lexer===0.0.8
7
6
sphinx_rtd_theme==0.5.0
Original file line number Diff line number Diff line change 132
132
'varnish4' : 'Varnish 4'
133
133
}
134
134
135
- # use PHP as the primary domain
136
- primary_domain = 'php'
135
+ # don't enable Sphinx Domains
136
+ primary_domain = None
137
137
138
138
# set url for API links
139
139
api_url = 'https://github.com/symfony/symfony/blob/master/src/%s.php'
You can’t perform that action at this time.
0 commit comments