Skip to content

Commit 9209e20

Browse files
committed
Removed unused dependencies
1 parent 2ec0230 commit 9209e20

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

_build/.requirements.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
alabaster==0.7.10
2-
Babel==2.4.0
31
docutils==0.13.1
4-
imagesize==0.7.1
5-
Jinja2==2.10.1
6-
MarkupSafe==1.0
72
Pygments==2.2.0
8-
pytz==2017.2
9-
requests==2.20.0
10-
six==1.10.0
11-
snowballstemmer==1.2.1
123
sphinx==1.8.5
4+
sphinxcontrib-phpdomain==0.6.3
135
git+https://github.com/fabpot/[email protected]#egg_name=sphinx-php
146
jsx-lexer===0.0.8
15-
sphinxcontrib-phpdomain==0.6.3
167
sphinx_rtd_theme==0.5.0

_build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3636
extensions = [
3737
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
38-
'sphinxcontrib.phpdomain',
3938
'sensio.sphinx.codeblock', 'sensio.sphinx.phpcode',
4039
'sensio.sphinx.configurationblock', 'sensio.sphinx.bestpractice',
40+
'sphinxcontrib.phpdomain',
4141
'symfonycom.sphinx'
4242
#,'sphinxcontrib.spelling'
4343
]

0 commit comments

Comments
 (0)