Skip to content

Commit a33f9f4

Browse files
committed
port doc build fixes from FOSHttpCacheBundle to this library
FriendsOfSymfony/FOSHttpCacheBundle#496
1 parent 7702471 commit a33f9f4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
extensions = [
3131
'sphinx.ext.coverage',
3232
'sphinx.ext.extlinks',
33+
'sphinxcontrib.phpdomain',
3334
'sensio.sphinx.configurationblock',
35+
'sensio.sphinx.phpcode',
3436
'sphinxcontrib.spelling'
3537
]
3638

@@ -52,7 +54,7 @@
5254

5355
# General information about the project.
5456
project = 'FOSHttpCache'
55-
copyright = u'2014–2016, FriendsOfSymfony'
57+
copyright = u'2014–2018, FriendsOfSymfony'
5658

5759
# The version info for the project you're documenting, acts as replacement for
5860
# |version| and |release|, also used in various other places throughout the

doc/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
git+https://github.com/fabpot/sphinx-php.git
2-
sphinx-rtd-theme==0.1.6
2+
sphinx-rtd-theme
33
sphinxcontrib-spelling
4+
sphinxcontrib-phpdomain
45
pyenchant

0 commit comments

Comments
 (0)